From: Masahiro Yamada Date: Thu, 29 Jun 2017 15:52:06 +0000 (+0900) Subject: ia64: remove unneeded extra-y in Makefile.gate X-Git-Tag: v4.13-rc1~106^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df91b0262e2cff23db5eac77126ea0bef06d54d2;p=thirdparty%2Fkernel%2Flinux.git ia64: remove unneeded extra-y in Makefile.gate All the files listed in "extra-y" are generated according to the dependency. They are still needed in "targets" to include .*.cmd for incremental building. Signed-off-by: Masahiro Yamada --- diff --git a/arch/ia64/kernel/Makefile.gate b/arch/ia64/kernel/Makefile.gate index a32903ada0164..92693c1d65f4e 100644 --- a/arch/ia64/kernel/Makefile.gate +++ b/arch/ia64/kernel/Makefile.gate @@ -1,8 +1,6 @@ # The gate DSO image is built using a special linker script. -targets += gate.so gate-syms.o - -extra-y += gate.so gate-syms.o gate.lds gate.o +targets += gate.so gate-syms.o gate.lds gate.o CPPFLAGS_gate.lds := -P -C -U$(ARCH)