summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2008-08-31 23:02:04 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2008-08-31 23:02:04 +0900
commitc655fad06ba3fb042dbc667724a40e1a9a091248 (patch)
treebcef30744979217f924575aafa1bc3f5261d0956 /Makefile
parent6ede753ddf52a7b0f992d9bccbe5e4a0968ca475 (diff)
sh: Renesas RSK+ 7203 board support
This adds initial support for the RTE RSK+ SH7203 board. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bafabf3c40..e94f1afc95 100644
--- a/Makefile
+++ b/Makefile
@@ -3006,6 +3006,14 @@ mimc200_config : unconfig
#========================================================================
#########################################################################
+## sh2 (Renesas SuperH)
+#########################################################################
+rsk7203_config: unconfig
+ @ >include/config.h
+ @echo "#define CONFIG_RSK7203 1" >> include/config.h
+ @./mkconfig -a $(@:_config=) sh sh2 rsk7203
+
+#########################################################################
## sh3 (Renesas SuperH)
#########################################################################