]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/x86/entry/Makefile
Merge remote-tracking branches 'asoc/topic/rt5659', 'asoc/topic/rt5660', 'asoc/topic...
[mirror_ubuntu-hirsute-kernel.git] / arch / x86 / entry / Makefile
CommitLineData
905a36a2
IM
1#
2# Makefile for the x86 low level entry code
3#
c0dd6716
JP
4
5OBJECT_FILES_NON_STANDARD_entry_$(BITS).o := y
6OBJECT_FILES_NON_STANDARD_entry_64_compat.o := y
7
5e44258d
VK
8CFLAGS_syscall_64.o += -Wno-override-init
9CFLAGS_syscall_32.o += -Wno-override-init
00398a00 10obj-y := entry_$(BITS).o thunk_$(BITS).o syscall_$(BITS).o
1f484aa6 11obj-y += common.o
00398a00 12
d603c8e1 13obj-y += vdso/
00398a00 14obj-y += vsyscall/
d603c8e1 15
138bd56a 16obj-$(CONFIG_IA32_EMULATION) += entry_64_compat.o syscall_32.o
19a433f4 17