diff options
author | Al Viro <viro@parcelfarce.linux.theplanet.co.uk> | 2005-09-04 02:57:30 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 11:06:22 +0400 |
commit | 93ea5a5b5c71ddbefd4082627d8f33e4bc038a6f (patch) | |
tree | 59e759fdfba04c7ed4a13cffa716f6f0272c5494 /arch/um/Makefile | |
parent | ec7cf783dd6cf5c8fb6b6767560686ed28d1cd6d (diff) | |
download | linux-93ea5a5b5c71ddbefd4082627d8f33e4bc038a6f.tar.xz |
[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/Makefile | 1 |
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) \ |