]> git.baikalelectronics.ru Git - kernel.git/commit
s390/boot: remove unused COMPILE_VERSION and ccflags-y
authorVasily Gorbik <gor@linux.ibm.com>
Wed, 11 Apr 2018 08:24:29 +0000 (10:24 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 16 Apr 2018 07:10:24 +0000 (09:10 +0200)
commit47efb57391000d1dfad19e34764c7ef64a4fb1c5
tree413b8ab2d9083f796f578d2a4d21880310ee4237
parentd1f9011a271fc9f8a741a93cdebd272089b486ec
s390/boot: remove unused COMPILE_VERSION and ccflags-y

ccflags-y has no effect (no code is built in that directory,
arch/s390/boot/compressed/Makefile defines its own KBUILD_CFLAGS).
Removing ccflags-y together with COMPILE_VERSION.

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>
arch/s390/boot/Makefile