aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-03-27 20:43:38 +0900
committerMichal Marek <mmarek@suse.cz>2015-04-02 16:42:08 +0200
commitd4a4e3f5a3e8bcd8aa778120d5f902b06a0e1019 (patch)
treef19cd1823e1865631f8f23c2f0748082877e2411 /arch/ia64/kernel/Makefile
parentkbuild: include $(src)/Makefile rather than $(obj)/Makefile (diff)
downloadlinux-dev-d4a4e3f5a3e8bcd8aa778120d5f902b06a0e1019.tar.xz
linux-dev-d4a4e3f5a3e8bcd8aa778120d5f902b06a0e1019.zip
kbuild: ia64: use $(src)/Makefile.gate rather than particular path
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to '')
-rw-r--r--arch/ia64/kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
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