xref: /linux/arch/x86/entry/Makefile (revision 91afb7c373e881d5038a78e1206a0f6469440ec3)
1#
2# Makefile for the x86 low level entry code
3#
4obj-y				:= entry_$(BITS).o thunk_$(BITS).o syscall_$(BITS).o
5obj-y				+= common.o
6
7obj-y				+= vdso/
8obj-y				+= vsyscall/
9
10obj-$(CONFIG_IA32_EMULATION)	+= entry_64_compat.o syscall_32.o
11
12