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