]> Git Repo - linux.git/blame - arch/x86/entry/Makefile
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[linux.git] / arch / x86 / entry / Makefile
CommitLineData
905a36a2
IM
1#
2# Makefile for the x86 low level entry code
3#
00398a00
IM
4obj-y := entry_$(BITS).o thunk_$(BITS).o syscall_$(BITS).o
5
d603c8e1 6obj-y += vdso/
00398a00 7obj-y += vsyscall/
d603c8e1 8
138bd56a 9obj-$(CONFIG_IA32_EMULATION) += entry_64_compat.o syscall_32.o
19a433f4 10
This page took 0.039787 seconds and 4 git commands to generate.