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 stub.o stub_segv.o \
3 syscalls.o sysrq.o sys_call_table.o
5 obj-
$(CONFIG_HIGHMEM
) += highmem.o
6 obj-
$(CONFIG_MODULES
) += module.o
8 USER_OBJS
:= bugs.o ptrace_user.o sigcontext.o fault.o
10 SYMLINKS
= bitops.c semaphore.c highmem.c module.c
12 include arch
/um
/scripts
/Makefile.rules
15 semaphore.c-dir
= kernel
19 $(obj
)/stub_segv.o
: _c_flags
= $(call unprofile
,$(CFLAGS
))
23 include arch
/um
/scripts
/Makefile.unmap