xref: /linux-6.15/arch/x86/entry/Makefile (revision e6b93f4e)
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