summaryrefslogtreecommitdiffstats
path: root/arch/um/Makefile
diff options
context:
space:
mode:
authorAl Viro2006-03-31 12:30:12 +0200
committerLinus Torvalds2006-03-31 22:18:51 +0200
commit7b99edc78de6c12d3e96fb75fe2b55fafa96f247 (patch)
treec4a788343634c475a41a67aab6a8fc46dbddb171 /arch/um/Makefile
parent[PATCH] uml: eliminate symlinks to host arch (diff)
downloadkernel-qcow2-linux-7b99edc78de6c12d3e96fb75fe2b55fafa96f247.tar.gz
kernel-qcow2-linux-7b99edc78de6c12d3e96fb75fe2b55fafa96f247.tar.xz
kernel-qcow2-linux-7b99edc78de6c12d3e96fb75fe2b55fafa96f247.zip
[PATCH] uml: clean up remapping code build magic
kills unmap magic Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: Paolo 'Blaisorblade' 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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/Makefile b/arch/um/Makefile
index 8d14c7a831be..3b2479bccb02 100644
--- a/arch/um/Makefile
+++ b/arch/um/Makefile
@@ -129,7 +129,7 @@ CPPFLAGS_vmlinux.lds = -U$(SUBARCH) \
-DSTART=$(START) -DELF_ARCH=$(ELF_ARCH) \
-DELF_FORMAT="$(ELF_FORMAT)" $(CPP_MODE-y) \
-DKERNEL_STACK_SIZE=$(STACK_SIZE) \
- -DUNMAP_PATH=arch/um/sys-$(SUBARCH)/unmap_fin.o
+ -DUNMAP_PATH=arch/um/sys-$(SUBARCH)/unmap.o
#The wrappers will select whether using "malloc" or the kernel allocator.
LINK_WRAPS = -Wl,--wrap,malloc -Wl,--wrap,free -Wl,--wrap,calloc