OSDN Git Service

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)
commitc65bbb51c6e98a1956c08faab81941ec558ef0ba
tree413b8ab2d9083f796f578d2a4d21880310ee4237
parent232acdff21fb02f0ccd538cd29c9ee7e028b6101
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