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