From: Masahiro Yamada Date: Tue, 8 Jan 2019 06:45:18 +0000 (+0900) Subject: parisc: remove meaningless ccflags-y in arch/parisc/boot/Makefile X-Git-Tag: v5.1-rc1~172^2~15 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=f9d91f7dc21a4c3965dc9daba68b6c29fc4ddd30;p=linux.git parisc: remove meaningless ccflags-y in arch/parisc/boot/Makefile This ccflags-y is never used because arch/parisc/boot/Makefile only contains objcopy and install targets. Signed-off-by: Masahiro Yamada Signed-off-by: Helge Deller --- diff --git a/arch/parisc/boot/Makefile b/arch/parisc/boot/Makefile index cad68a584884..41cce0706f80 100644 --- a/arch/parisc/boot/Makefile +++ b/arch/parisc/boot/Makefile @@ -2,12 +2,6 @@ # Makefile for the linux parisc-specific parts of the boot image creator. # -COMPILE_VERSION := __linux_compile_version_id__`hostname | \ - tr -c '[0-9A-Za-z]' '_'`__`date | \ - tr -c '[0-9A-Za-z]' '_'`_t - -ccflags-y := -DCOMPILE_VERSION=$(COMPILE_VERSION) -gstabs -I. - targets := image targets += bzImage subdir- := compressed