]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - arch/x86/entry/Makefile
x86/entry/64: Make cpu_entry_area.tss read-only
[mirror_ubuntu-artful-kernel.git] / arch / x86 / entry / Makefile
1 #
2 # Makefile for the x86 low level entry code
3 #
4
5 OBJECT_FILES_NON_STANDARD_entry_64_compat.o := y
6
7 CFLAGS_syscall_64.o += $(call cc-option,-Wno-override-init,)
8 CFLAGS_syscall_32.o += $(call cc-option,-Wno-override-init,)
9 obj-y := entry_$(BITS).o thunk_$(BITS).o syscall_$(BITS).o
10 obj-y += common.o
11
12 obj-y += vdso/
13 obj-y += vsyscall/
14
15 obj-$(CONFIG_IA32_EMULATION) += entry_64_compat.o syscall_32.o
16