From: Masahiro Yamada Date: Fri, 27 Mar 2015 11:43:38 +0000 (+0900) Subject: kbuild: ia64: use $(src)/Makefile.gate rather than particular path X-Git-Tag: firefly_0821_release~176^2~1971^2~2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d4a4e3f5a3e8bcd8aa778120d5f902b06a0e1019;p=firefly-linux-kernel-4.4.55.git kbuild: ia64: use $(src)/Makefile.gate rather than particular path Signed-off-by: Masahiro Yamada Signed-off-by: Michal Marek --- diff --git a/arch/ia64/kernel/Makefile b/arch/ia64/kernel/Makefile index 47e8aff03591..d68b5cf81e31 100644 --- a/arch/ia64/kernel/Makefile +++ b/arch/ia64/kernel/Makefile @@ -51,7 +51,7 @@ obj-$(CONFIG_BINFMT_ELF) += elfcore.o CFLAGS_traps.o += -mfixed-range=f2-f5,f16-f31 # 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 CPPFLAGS_gate.lds += -D__IA64_GATE_PARAVIRTUALIZED_NATIVE