linux-sg2042/arch/x86/entry/Makefile

11 lines
210 B
Makefile
Raw Normal View History

#
# Makefile for the x86 low level entry code
#
obj-y := entry_$(BITS).o thunk_$(BITS).o syscall_$(BITS).o
obj-y += vdso/
obj-y += vsyscall/
obj-$(CONFIG_IA32_EMULATION) += ia32entry.o syscall_32.o