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