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 STUB_CFLAGS
= -Wp
,-MD
,$(depfile
) $(call unprofile
,$(USER_CFLAGS
))
21 # _cflags works with kernel files, not with userspace ones, but c_flags does,
23 $(obj
)/stub_segv.o
: c_flags
= $(STUB_CFLAGS
)
25 $(obj
)/stub.o
: a_flags
= $(STUB_CFLAGS
)
29 include arch
/um
/scripts
/Makefile.unmap