diff options
Diffstat (limited to 'arch/um/Makefile')
-rw-r--r-- | arch/um/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/um/Makefile b/arch/um/Makefile index e7aa0535f5d9..ab22fdeedf29 100644 --- a/arch/um/Makefile +++ b/arch/um/Makefile | |||
@@ -2,7 +2,7 @@ | |||
2 | # This file is included by the global makefile so that you can add your own | 2 | # This file is included by the global makefile so that you can add your own |
3 | # architecture-specific flags and dependencies. | 3 | # architecture-specific flags and dependencies. |
4 | # | 4 | # |
5 | # Copyright (C) 2002 Jeff Dike (jdike@karaya.com) | 5 | # Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) |
6 | # Licensed under the GPL | 6 | # Licensed under the GPL |
7 | # | 7 | # |
8 | 8 | ||
@@ -124,7 +124,7 @@ endif | |||
124 | CPPFLAGS_vmlinux.lds = -U$(SUBARCH) -DSTART=$(START) -DELF_ARCH=$(ELF_ARCH) \ | 124 | CPPFLAGS_vmlinux.lds = -U$(SUBARCH) -DSTART=$(START) -DELF_ARCH=$(ELF_ARCH) \ |
125 | -DELF_FORMAT="$(ELF_FORMAT)" -DKERNEL_STACK_SIZE=$(STACK_SIZE) | 125 | -DELF_FORMAT="$(ELF_FORMAT)" -DKERNEL_STACK_SIZE=$(STACK_SIZE) |
126 | 126 | ||
127 | #The wrappers will select whether using "malloc" or the kernel allocator. | 127 | # The wrappers will select whether using "malloc" or the kernel allocator. |
128 | LINK_WRAPS = -Wl,--wrap,malloc -Wl,--wrap,free -Wl,--wrap,calloc | 128 | LINK_WRAPS = -Wl,--wrap,malloc -Wl,--wrap,free -Wl,--wrap,calloc |
129 | 129 | ||
130 | CFLAGS_vmlinux := $(LINK-y) $(LINK_WRAPS) | 130 | CFLAGS_vmlinux := $(LINK-y) $(LINK_WRAPS) |
@@ -137,8 +137,8 @@ define cmd_vmlinux__ | |||
137 | FORCE ,$^) ; rm -f linux | 137 | FORCE ,$^) ; rm -f linux |
138 | endef | 138 | endef |
139 | 139 | ||
140 | #When cleaning we don't include .config, so we don't include | 140 | # When cleaning we don't include .config, so we don't include |
141 | #TT or skas makefiles and don't clean skas_ptregs.h. | 141 | # TT or skas makefiles and don't clean skas_ptregs.h. |
142 | CLEAN_FILES += linux x.i gmon.out $(ARCH_DIR)/include/uml-config.h \ | 142 | CLEAN_FILES += linux x.i gmon.out $(ARCH_DIR)/include/uml-config.h \ |
143 | $(ARCH_DIR)/include/user_constants.h \ | 143 | $(ARCH_DIR)/include/user_constants.h \ |
144 | $(ARCH_DIR)/include/kern_constants.h $(ARCH_DIR)/Kconfig.arch | 144 | $(ARCH_DIR)/include/kern_constants.h $(ARCH_DIR)/Kconfig.arch |