]> 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)
commit17520e7f6cdbbf39556c179d318bea95abc853b6
tree413b8ab2d9083f796f578d2a4d21880310ee4237
parentb86666d67867fb6b40a967aca9f7f60d3a6952ca
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