[PATCH] uml: build cleanups
[deliverable/linux.git] / arch / um / sys-x86_64 / Makefile
index 32bb7d8219fb344f47d4dc8ff70082221d9fe0de..f0ab574d1e95b6bc64a583e3ac1e6ac42ede4f03 100644 (file)
@@ -27,11 +27,7 @@ memcpy.S-dir = lib
 thunk.S-dir = lib
 module.c-dir = kernel
 
-STUB_CFLAGS = -Wp,-MD,$(depfile) $(call unprofile,$(USER_CFLAGS))
-
-# _cflags works with kernel files, not with userspace ones, but c_flags does,
-# why ask why?
-$(obj)/stub_segv.o : c_flags = $(STUB_CFLAGS)
+$(obj)/stub_segv.o: _c_flags = $(call unprofile,$(CFLAGS))
 
 subdir- := util
 
This page took 0.029117 seconds and 5 git commands to generate.