aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Makefile
diff options
context:
space:
mode:
authorHyok S. Choi <hyok.choi@samsung.com>2006-03-27 08:58:25 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-03-27 08:58:25 -0500
commit75d90832d58aa5855972cfc2bdaa94970ccd4aca (patch)
tree3e93ec4714fe4951c67f61787b026fcbc4656f9b /arch/arm/Makefile
parent10c2df65060e1ab57b2f75e0749de0ee9b8f4810 (diff)
[ARM] nommu: start-up code
This patch adds nommu version start-up code head-nommu.S. The common part of the start-up codes is moved to head-common.S. Signed-off-by: Hyok S. Choi <hyok.choi@samsung.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r--arch/arm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index fbfc14a56b96..e3770ed87825 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -69,7 +69,7 @@ AFLAGS +=$(CFLAGS_ABI) $(arch-y) $(tune-y) -msoft-float
69CHECKFLAGS += -D__arm__ 69CHECKFLAGS += -D__arm__
70 70
71#Default value 71#Default value
72head-y := arch/arm/kernel/head.o arch/arm/kernel/init_task.o 72head-y := arch/arm/kernel/head$(MMUEXT).o arch/arm/kernel/init_task.o
73textofs-y := 0x00008000 73textofs-y := 0x00008000
74 74
75 machine-$(CONFIG_ARCH_RPC) := rpc 75 machine-$(CONFIG_ARCH_RPC) := rpc