1 2 3 4 5 6 7
# # Makefile for the x86 low level entry code # obj-y := entry_$(BITS).o obj-$(CONFIG_IA32_EMULATION) += ia32entry.o