Commit d4a4e3f5 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Michal Marek

kbuild: ia64: use $(src)/Makefile.gate rather than particular path

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent 5f655c7a
...@@ -51,7 +51,7 @@ obj-$(CONFIG_BINFMT_ELF) += elfcore.o ...@@ -51,7 +51,7 @@ obj-$(CONFIG_BINFMT_ELF) += elfcore.o
CFLAGS_traps.o += -mfixed-range=f2-f5,f16-f31 CFLAGS_traps.o += -mfixed-range=f2-f5,f16-f31
# The gate DSO image is built using a special linker script. # The gate DSO image is built using a special linker script.
include arch/ia64/kernel/Makefile.gate include $(src)/Makefile.gate
# tell compiled for native # tell compiled for native
CPPFLAGS_gate.lds += -D__IA64_GATE_PARAVIRTUALIZED_NATIVE CPPFLAGS_gate.lds += -D__IA64_GATE_PARAVIRTUALIZED_NATIVE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment