aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/boot/Makefile
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2007-10-11 11:17:16 +0200
committerThomas Gleixner <tglx@linutronix.de>2007-10-11 11:17:16 +0200
commit2a6c8d5a7e92a3e8db30fa0c5956a29c79d7e5a3 (patch)
tree55a9b110a06d358f94c044e615715d71fabe7523 /arch/x86_64/boot/Makefile
parentx86_64: move boot (diff)
downloadlinux-dev-2a6c8d5a7e92a3e8db30fa0c5956a29c79d7e5a3.tar.xz
linux-dev-2a6c8d5a7e92a3e8db30fa0c5956a29c79d7e5a3.zip
x86_64: move boot
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to '')
-rw-r--r--arch/x86_64/boot/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/x86_64/boot/Makefile b/arch/x86_64/boot/Makefile
deleted file mode 100644
index 0f7b6c2cfa58..000000000000
--- a/arch/x86_64/boot/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-#
-# arch/x86_64/boot/Makefile
-#
-# The actual boot code is shared with i386 including the Makefile.
-# So tell kbuild that we fetch the code from i386 and include the
-# Makefile from i386 too.
-
-src := arch/x86/boot
-include $(src)/Makefile