Skip to content

Commit

Permalink
ia64: remove unneeded extra-y in Makefile.gate
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
masahir0y committed Jun 30, 2017
1 parent 44ea994 commit df91b02
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions arch/ia64/kernel/Makefile.gate
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit df91b02

Please sign in to comment.