summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kbuild
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2015-06-03 13:37:36 +0200
committerIngo Molnar <mingo@kernel.org>2015-06-03 18:51:28 +0200
commit905a36a2851838bca5a424fb758e201990234e6e (patch)
treefcd6c5f94a7cd929fafd46c6b1b868d6e55a72da /arch/x86/Kbuild
parent2f63b9db7260beba3c19d66d6c11b0b78ea84a8c (diff)
downloadlinux-0-day-905a36a2851838bca5a424fb758e201990234e6e.tar.gz
linux-0-day-905a36a2851838bca5a424fb758e201990234e6e.tar.xz
x86/asm/entry: Move entry_64.S and entry_32.S to arch/x86/entry/
Create a new directory hierarchy for the low level x86 entry code: arch/x86/entry/* This will host all the low level glue that is currently scattered all across arch/x86/. Start with entry_64.S and entry_32.S. Cc: Borislav Petkov <bp@alien8.de> Cc: H. Peter Anvin <hpa@zytor.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Andy Lutomirski <luto@amacapital.net> Cc: Denys Vlasenko <dvlasenk@redhat.com> Cc: Brian Gerst <brgerst@gmail.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: linux-kernel@vger.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/Kbuild')
-rw-r--r--arch/x86/Kbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/Kbuild b/arch/x86/Kbuild
index 3942f74c92d7d..b9b816277e722 100644
--- a/arch/x86/Kbuild
+++ b/arch/x86/Kbuild
@@ -1,3 +1,6 @@
+
+obj-y += entry/
+
obj-$(CONFIG_KVM) += kvm/
# Xen paravirtualization support