aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgoda.yusuke <goda.yusuke@renesas.com>2008-01-25 20:46:36 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2008-03-28 14:16:11 +0900
commitc2042f5952a686c414031309b8f244513bf578f0 (patch)
tree55ef3602c4a1eb3bb4da74eb7175c052590bae03 /Makefile
parent74d1e66d22dac91388bc538b2fe19f735edc5b82 (diff)
sh: Add support Renesas Solutions Migo-R board
Migo-R is a board based on SH7722 and has may devices. In this patch, supported SCIF, NOR flash and Ethernet. Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4255cf5a0..01928866a 100644
--- a/Makefile
+++ b/Makefile
@@ -2852,6 +2852,11 @@ ms7722se_config : unconfig
@echo "#define CONFIG_MS7722SE 1" > $(obj)include/config.h
@$(MKCONFIG) -a $(@:_config=) sh sh4 ms7722se
+MigoR_config : unconfig
+ @ >include/config.h
+ @echo "#define CONFIG_MIGO_R 1" >> include/config.h
+ @./mkconfig -a $(@:_config=) sh sh4 MigoR
+
#########################################################################
#########################################################################
#########################################################################