Pull linus into release branch
[pandora-kernel.git] / arch / um / sys-i386 / Makefile
1 obj-y := bitops.o bugs.o checksum.o delay.o fault.o ksyms.o ldt.o ptrace.o \
2         ptrace_user.o semaphore.o signal.o sigcontext.o syscalls.o sysrq.o \
3         sys_call_table.o
4
5 obj-$(CONFIG_MODE_SKAS) += stub.o stub_segv.o
6
7 obj-$(CONFIG_HIGHMEM) += highmem.o
8 obj-$(CONFIG_MODULES) += module.o
9
10 USER_OBJS := bugs.o ptrace_user.o sigcontext.o fault.o stub_segv.o
11
12 SYMLINKS = bitops.c semaphore.c highmem.c module.c
13
14 include arch/um/scripts/Makefile.rules
15
16 bitops.c-dir = lib
17 semaphore.c-dir = kernel
18 highmem.c-dir = mm
19 module.c-dir = kernel
20
21 $(obj)/stub_segv.o : _c_flags = $(call unprofile,$(CFLAGS))
22
23 include arch/um/scripts/Makefile.unmap