From c655fad06ba3fb042dbc667724a40e1a9a091248 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Sun, 31 Aug 2008 23:02:04 +0900 Subject: sh: Renesas RSK+ 7203 board support This adds initial support for the RTE RSK+ SH7203 board. Signed-off-by: Nobuhiro Iwamatsu Signed-off-by: Nobuhiro Iwamatsu --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bafabf3c40..e94f1afc95 100644 --- a/Makefile +++ b/Makefile @@ -3005,6 +3005,14 @@ mimc200_config : unconfig # SH3 (SuperH) #======================================================================== +######################################################################### +## 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) ######################################################################### -- cgit v1.2.3