summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2010-10-20 01:28:29 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2010-10-21 10:42:24 +0900
commit3771c69d78cd1acbfd8c530fbd3b153487cdf70c (patch)
tree29bfa4cd008f0da70d030b163c08acbcba4d008c /Makefile
parente0f0e527f8290bdf72d0fb5e5937c6b943879bf8 (diff)
downloadtalos-obmc-uboot-3771c69d78cd1acbfd8c530fbd3b153487cdf70c.tar.gz
talos-obmc-uboot-3771c69d78cd1acbfd8c530fbd3b153487cdf70c.zip
sh: sh3: Move to boards.cfg
Move the sh3 target boards out of the Makefile and into boards.cfg. And fix sh3 of MAKEALL. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile b/Makefile
index 205e710866..3083c22de6 100644
--- a/Makefile
+++ b/Makefile
@@ -1189,20 +1189,6 @@ bf527-ezkit-v2_config : unconfig
#========================================================================
#########################################################################
-## sh3 (Renesas SuperH)
-#########################################################################
-
-mpr2_config: unconfig
- @mkdir -p $(obj)include
- @echo "#define CONFIG_MPR2 1" > $(obj)include/config.h
- @$(MKCONFIG) -a $@ sh sh3 mpr2
-
-ms7720se_config: unconfig
- @mkdir -p $(obj)include
- @echo "#define CONFIG_MS7720SE 1" > $(obj)include/config.h
- @$(MKCONFIG) -a $@ sh sh3 ms7720se
-
-#########################################################################
## sh4 (Renesas SuperH)
#########################################################################
OpenPOWER on IntegriCloud