diff options
Diffstat (limited to 'arch/um/sys-i386/Makefile')
-rw-r--r-- | arch/um/sys-i386/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/um/sys-i386/Makefile b/arch/um/sys-i386/Makefile index 77c3c4d29f55..cdf6b6d4a069 100644 --- a/arch/um/sys-i386/Makefile +++ b/arch/um/sys-i386/Makefile | |||
@@ -22,8 +22,6 @@ STUB_CFLAGS = -Wp,-MD,$(depfile) $(call unprofile,$(USER_CFLAGS)) | |||
22 | # why ask why? | 22 | # why ask why? |
23 | $(obj)/stub_segv.o : c_flags = $(STUB_CFLAGS) | 23 | $(obj)/stub_segv.o : c_flags = $(STUB_CFLAGS) |
24 | 24 | ||
25 | $(obj)/stub.o : a_flags = $(STUB_CFLAGS) | ||
26 | |||
27 | subdir- := util | 25 | subdir- := util |
28 | 26 | ||
29 | include arch/um/scripts/Makefile.unmap | 27 | include arch/um/scripts/Makefile.unmap |