diff options
author | Vasily Gorbik <gor@linux.ibm.com> | 2018-06-12 21:59:13 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2018-06-25 10:14:40 +0200 |
commit | b8326bf52e0894004c790183228c1ec18aae7f72 (patch) | |
tree | 71e9b104c9549f5f314da5db4e8cfceef91dbedf /arch/s390/boot/compressed/.gitignore | |
parent | 0580bce1312f75362662881c938192856167cf7e (diff) | |
download | linux-rt-b8326bf52e0894004c790183228c1ec18aae7f72.tar.gz |
s390/decompressor: allow preprocessor in piggy.o linker script
Rename vmlinux.scr to vmlinux.scr.lds.S and add it to build rules to
enable preprocessor for it.
Also add vmlinux.scr.lds to local .gitignore
Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/boot/compressed/.gitignore')
-rw-r--r-- | arch/s390/boot/compressed/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/boot/compressed/.gitignore b/arch/s390/boot/compressed/.gitignore index 2088cc140629..45aeb4f08752 100644 --- a/arch/s390/boot/compressed/.gitignore +++ b/arch/s390/boot/compressed/.gitignore @@ -1,4 +1,5 @@ sizes.h vmlinux vmlinux.lds +vmlinux.scr.lds vmlinux.bin.full |