x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/
[linux-2.6-block.git] / arch / x86 / entry / Makefile
CommitLineData
905a36a2
IM
1#
2# Makefile for the x86 low level entry code
3#
19a433f4
IM
4obj-y := entry_$(BITS).o
5
d603c8e1
IM
6obj-y += vdso/
7
19a433f4
IM
8obj-$(CONFIG_IA32_EMULATION) += ia32entry.o
9