diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-06-29 17:52:06 +0200 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-06-30 02:02:21 +0200 |
commit | df91b0262e2cff23db5eac77126ea0bef06d54d2 (patch) | |
tree | c7a87e011300c85d57a4619aa30f6224f3978036 /arch/ia64 | |
parent | tile: fix dependency and .*.cmd inclusion for incremental build (diff) | |
download | linux-df91b0262e2cff23db5eac77126ea0bef06d54d2.tar.xz linux-df91b0262e2cff23db5eac77126ea0bef06d54d2.zip |
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 <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/kernel/Makefile.gate | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/ia64/kernel/Makefile.gate b/arch/ia64/kernel/Makefile.gate index a32903ada016..92693c1d65f4 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) |