diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-08-31 23:02:04 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-08-31 23:02:04 +0900 |
commit | c655fad06ba3fb042dbc667724a40e1a9a091248 (patch) | |
tree | bcef30744979217f924575aafa1bc3f5261d0956 /Makefile | |
parent | 6ede753ddf52a7b0f992d9bccbe5e4a0968ca475 (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-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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) ######################################################################### |