From 3313e0e26224fc9a0c445124f3455058c696df84 Mon Sep 17 00:00:00 2001 From: Mark Jonas Date: Mon, 10 Mar 2008 11:37:10 +0100 Subject: sh: Added support for SH7720 based board MPR2. Signed-off-by: Mark Jonas Signed-off-by: Nobuhiro Iwamatsu --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 948108b4c2..f9850455e4 100644 --- a/Makefile +++ b/Makefile @@ -2837,6 +2837,11 @@ atngw100_config : unconfig ######################################################################### ## sh3 (Renesas SuperH) ######################################################################### +mpr2_config: unconfig + @ >include/config.h + @echo "#define CONFIG_MPR2 1" >> include/config.h + @$(MKCONFIG) -a $(@:_config=) sh sh3 mpr2 + ms7720se_config: unconfig @echo "#define CONFIG_MS7720SE 1" > include/config.h @$(MKCONFIG) -a $(@:_config=) sh sh3 ms7720se -- cgit v1.2.3