Loading...
Note: File does not exist in v3.5.6.
1#
2# Makefile for the x86 low level entry code
3#
4
5OBJECT_FILES_NON_STANDARD_entry_$(BITS).o := y
6OBJECT_FILES_NON_STANDARD_entry_64_compat.o := y
7
8obj-y := entry_$(BITS).o thunk_$(BITS).o syscall_$(BITS).o
9obj-y += common.o
10
11obj-y += vdso
12obj-y += vsyscall
13
14obj-$(CONFIG_IA32_EMULATION) += entry_64_compat.o syscall_32.o
15