Merge tag 'driver-core-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
[cascardo/linux.git] / arch / x86 / entry / Makefile
1 #
2 # Makefile for the x86 low level entry code
3 #
4
5 OBJECT_FILES_NON_STANDARD_entry_$(BITS).o   := y
6 OBJECT_FILES_NON_STANDARD_entry_64_compat.o := y
7
8 CFLAGS_syscall_64.o             += $(call cc-option,-Wno-override-init,)
9 CFLAGS_syscall_32.o             += $(call cc-option,-Wno-override-init,)
10 obj-y                           := entry_$(BITS).o thunk_$(BITS).o syscall_$(BITS).o
11 obj-y                           += common.o
12
13 obj-y                           += vdso/
14 obj-y                           += vsyscall/
15
16 obj-$(CONFIG_IA32_EMULATION)    += entry_64_compat.o syscall_32.o
17