Merge branch 'pm-cpufreq'
[linux-2.6-block.git] / arch / x86 / entry / Makefile
CommitLineData
905a36a2
IM
1#
2# Makefile for the x86 low level entry code
3#
00398a00 4obj-y := entry_$(BITS).o thunk_$(BITS).o syscall_$(BITS).o
1f484aa6 5obj-y += common.o
00398a00 6
d603c8e1 7obj-y += vdso/
00398a00 8obj-y += vsyscall/
d603c8e1 9
138bd56a 10obj-$(CONFIG_IA32_EMULATION) += entry_64_compat.o syscall_32.o
19a433f4 11