From c2042f5952a686c414031309b8f244513bf578f0 Mon Sep 17 00:00:00 2001 From: goda.yusuke Date: Fri, 25 Jan 2008 20:46:36 +0900 Subject: 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 Signed-off-by: Nobuhiro Iwamatsu --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4255cf5a02d..01928866a45 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 + ######################################################################### ######################################################################### ######################################################################### -- cgit v1.2.3