aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Makefile
diff options
context:
space:
mode:
authorMagnus Damm <damm@igel.co.jp>2009-07-29 11:04:05 -0400
committerPaul Mundt <lethal@linux-sh.org>2009-07-29 11:24:03 -0400
commit3c928320b2254cb6c8d8a7919a1fcf94ca7cae66 (patch)
treeee2682b83916592c63202cb8749e1e35cfc5728a /arch/sh/Makefile
parentfd78a76aefb5bf28a11d6960d29e03a11db62320 (diff)
sh: romImage support V2
This patch contains support for the romImage build target V2. The resulting romImage file should be burned to rom or flash and could be used as small boot loader. Board code should keep their setup code in the file romimage.h located in their mach include directory. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r--arch/sh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile
index c46b3d508f22..2a7e73faee89 100644
--- a/arch/sh/Makefile
+++ b/arch/sh/Makefile
@@ -195,7 +195,7 @@ libs-$(CONFIG_SUPERH32) := arch/sh/lib/ $(libs-y)
195libs-$(CONFIG_SUPERH64) := arch/sh/lib64/ $(libs-y) 195libs-$(CONFIG_SUPERH64) := arch/sh/lib64/ $(libs-y)
196 196
197BOOT_TARGETS = uImage uImage.bz2 uImage.gz uImage.lzma uImage.srec \ 197BOOT_TARGETS = uImage uImage.bz2 uImage.gz uImage.lzma uImage.srec \
198 zImage vmlinux.srec 198 zImage vmlinux.srec romImage
199PHONY += maketools $(BOOT_TARGETS) FORCE 199PHONY += maketools $(BOOT_TARGETS) FORCE
200 200
201maketools: include/linux/version.h FORCE 201maketools: include/linux/version.h FORCE