diff options
Diffstat (limited to 'arch/x86/um/Makefile')
-rw-r--r-- | arch/x86/um/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/um/Makefile b/arch/x86/um/Makefile index 8fb58400e415..5d065b2222d3 100644 --- a/arch/x86/um/Makefile +++ b/arch/x86/um/Makefile | |||
@@ -37,7 +37,8 @@ subarch-$(CONFIG_MODULES) += ../kernel/module.o | |||
37 | USER_OBJS := bugs_$(BITS).o ptrace_user.o fault.o | 37 | USER_OBJS := bugs_$(BITS).o ptrace_user.o fault.o |
38 | 38 | ||
39 | extra-y += user-offsets.s | 39 | extra-y += user-offsets.s |
40 | $(obj)/user-offsets.s: c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) | 40 | $(obj)/user-offsets.s: c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) \ |
41 | -Iarch/x86/include/generated | ||
41 | 42 | ||
42 | UNPROFILE_OBJS := stub_segv.o | 43 | UNPROFILE_OBJS := stub_segv.o |
43 | CFLAGS_stub_segv.o := $(CFLAGS_NO_HARDENING) | 44 | CFLAGS_stub_segv.o := $(CFLAGS_NO_HARDENING) |