summaryrefslogtreecommitdiffstats
path: root/arch/um/Makefile
diff options
context:
space:
mode:
authorAl Viro2005-09-04 00:57:30 +0200
committerLinus Torvalds2005-09-05 09:06:22 +0200
commit93ea5a5b5c71ddbefd4082627d8f33e4bc038a6f (patch)
tree59e759fdfba04c7ed4a13cffa716f6f0272c5494 /arch/um/Makefile
parent[PATCH] uml: error path cleanup (diff)
downloadkernel-qcow2-linux-93ea5a5b5c71ddbefd4082627d8f33e4bc038a6f.tar.gz
kernel-qcow2-linux-93ea5a5b5c71ddbefd4082627d8f33e4bc038a6f.tar.xz
kernel-qcow2-linux-93ea5a5b5c71ddbefd4082627d8f33e4bc038a6f.zip
[PATCH] uml: build cleanup
Build cleanups Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: Paolo Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/um/Makefile')
-rw-r--r--arch/um/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/Makefile b/arch/um/Makefile
index 15ec6b86054b..b15f6048caae 100644
--- a/arch/um/Makefile
+++ b/arch/um/Makefile
@@ -56,6 +56,7 @@ SYS_DIR := $(ARCH_DIR)/include/sysdep-$(SUBARCH)
CFLAGS += $(CFLAGS-y) -D__arch_um__ -DSUBARCH=\"$(SUBARCH)\" \
$(ARCH_INCLUDE) $(MODE_INCLUDE) -Dvmap=kernel_vmap
+AFLAGS += $(ARCH_INCLUDE)
USER_CFLAGS := $(patsubst -I%,,$(CFLAGS))
USER_CFLAGS := $(patsubst -D__KERNEL__,,$(USER_CFLAGS)) $(ARCH_INCLUDE) \