]> Git Repo - linux.git/blob - arch/x86/entry/Makefile
powerpc/mm: tracking vDSO remap
[linux.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
6 obj-y                           += vdso/
7 obj-y                           += vsyscall/
8
9 obj-$(CONFIG_IA32_EMULATION)    += entry_64_compat.o syscall_32.o
10
This page took 0.036004 seconds and 4 git commands to generate.