aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/vsyscall/Makefile
diff options
context:
space:
mode:
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
+