]> git.karo-electronics.de Git - linux-beck.git/blob - arch/x86/entry/Makefile
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[linux-beck.git] / arch / x86 / entry / Makefile
1 #
2 # Makefile for the x86 low level entry code
3 #
4 obj-y                           := entry_$(BITS).o thunk_$(BITS).o syscall_$(BITS).o
5 obj-y                           += common.o
6
7 obj-y                           += vdso/
8 obj-y                           += vsyscall/
9
10 obj-$(CONFIG_IA32_EMULATION)    += entry_64_compat.o syscall_32.o
11