MIPS: KVM: Relative branch to common exit handler
[deliverable/linux.git] / arch / x86 / entry / Makefile
CommitLineData
905a36a2
IM
1#
2# Makefile for the x86 low level entry code
3#
c0dd6716
JP
4
5OBJECT_FILES_NON_STANDARD_entry_$(BITS).o := y
6OBJECT_FILES_NON_STANDARD_entry_64_compat.o := y
7
00398a00 8obj-y := entry_$(BITS).o thunk_$(BITS).o syscall_$(BITS).o
1f484aa6 9obj-y += common.o
00398a00 10
d603c8e1 11obj-y += vdso/
00398a00 12obj-y += vsyscall/
d603c8e1 13
138bd56a 14obj-$(CONFIG_IA32_EMULATION) += entry_64_compat.o syscall_32.o
19a433f4 15
This page took 0.069979 seconds and 5 git commands to generate.