summaryrefslogtreecommitdiffstats
path: root/MAKEALL
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 /MAKEALL
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 'MAKEALL')
-rwxr-xr-xMAKEALL6
1 files changed, 1 insertions, 5 deletions
diff --git a/MAKEALL b/MAKEALL
index a97061c869..71dcba2994 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -610,11 +610,7 @@ LIST_blackfin="$(boards_by_arch blackfin)
#########################################################################
LIST_sh2="$(boards_by_cpu sh2)"
-
-LIST_sh3=" \
- mpr2 \
- ms7720se \
-"
+LIST_sh3="$(boards_by_cpu sh3)"
LIST_sh4=" \
ms7750se \
OpenPOWER on IntegriCloud