Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
[deliverable/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 += -Wno-override-init
9 CFLAGS_syscall_32.o += -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
This page took 0.04288 seconds and 5 git commands to generate.