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

6
obj-y				+= vdso/
7
obj-y				+= vsyscall/
8

9
obj-$(CONFIG_IA32_EMULATION)	+= ia32entry.o syscall_32.o
10