aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/vsyscall/Makefile
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2015-06-03 18:41:06 +0200
committerIngo Molnar <mingo@kernel.org>2015-06-04 07:37:37 +0200
commit00398a0018d1334fedabfeaabd0fa563121de612 (patch)
tree81d6a7ccfabbf9d48126c5110678ce8de9775317 /arch/x86/entry/vsyscall/Makefile
parentx86/asm/entry: Move the arch/x86/syscalls/ definitions to arch/x86/entry/syscalls/ (diff)
downloadlinux-dev-00398a0018d1334fedabfeaabd0fa563121de612.tar.xz
linux-dev-00398a0018d1334fedabfeaabd0fa563121de612.zip
x86/asm/entry: Move the vsyscall code to arch/x86/entry/vsyscall/
The vsyscall code is entry code too, so move it to arch/x86/entry/vsyscall/. 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/entry/vsyscall/Makefile')
-rw-r--r--arch/x86/entry/vsyscall/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/x86/entry/vsyscall/Makefile b/arch/x86/entry/vsyscall/Makefile
new file mode 100644
index 000000000000..a9f4856f622a
--- /dev/null
+++ b/arch/x86/entry/vsyscall/Makefile
@@ -0,0 +1,7 @@
+#
+# Makefile for the x86 low level vsyscall code
+#
+obj-y := vsyscall_gtod.o
+
+obj-$(CONFIG_X86_VSYSCALL_EMULATION) += vsyscall_64.o vsyscall_emu_64.o
+