Makefile 156 字节
Newer Older
1 2 3
#
# Makefile for the x86 low level entry code
#
4
obj-y				:= entry_$(BITS).o thunk_$(BITS).o
5 6
obj-y				+= vdso/

7 8
obj-$(CONFIG_IA32_EMULATION)	+= ia32entry.o