aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/boot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/boot/Makefile')
-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 67096389de1f..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/i386/boot
-include $(src)/Makefile