[PATCH] uml: build cleanups
[deliverable/linux.git] / arch / um / sys-i386 / Makefile
index cdf6b6d4a0696e82cd2b614f8fcab4f4691ef608..4ca2a229da4997adebe0bc5f0425727bdda0e790 100644 (file)
@@ -16,11 +16,7 @@ semaphore.c-dir = kernel
 highmem.c-dir = mm
 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.042389 seconds and 5 git commands to generate.