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