x86/asm/entry/32: Remove unnecessary optimization in stub32_clone
[deliverable/linux.git] / arch / x86 / entry / Makefile
CommitLineData
905a36a2
IM
1#
2# Makefile for the x86 low level entry code
3#
00398a00
IM
4obj-y := entry_$(BITS).o thunk_$(BITS).o syscall_$(BITS).o
5
d603c8e1 6obj-y += vdso/
00398a00 7obj-y += vsyscall/
d603c8e1 8
00398a00 9obj-$(CONFIG_IA32_EMULATION) += ia32entry.o syscall_32.o
19a433f4 10
This page took 0.024032 seconds and 5 git commands to generate.