summaryrefslogtreecommitdiffstats
path: root/MAKEALL
diff options
context:
space:
mode:
authorZachary P. Landau <zachary.landau@labxtechnologies.com>2006-01-26 17:38:46 -0500
committerZachary P. Landau <zachary.landau@labxtechnologies.com>2006-01-26 17:38:46 -0500
commitf8c3b4f310a36e19d00d0f87fb37587abb65621d (patch)
tree42feb116958feff7c3c2383e1ccd098df04868c9 /MAKEALL
parent3a108ed8682e8dab8bf301e91db1999d4cf88c55 (diff)
downloadbarebox-f8c3b4f310a36e19d00d0f87fb37587abb65621d.tar.gz
barebox-f8c3b4f310a36e19d00d0f87fb37587abb65621d.tar.xz
Add ColdFire targets to MAKEALL script
Diffstat (limited to 'MAKEALL')
-rwxr-xr-xMAKEALL9
1 files changed, 8 insertions, 1 deletions
diff --git a/MAKEALL b/MAKEALL
index fcbab47cab..dce3611fea 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -271,6 +271,12 @@ LIST_nios2="PCI5441 PK1C20"
LIST_microblaze="suzaku"
+#########################################################################
+## ColdFire Systems
+#########################################################################
+
+LIST_coldfire="cobra5272 M5272C3 M5282EVB TASREG r5200"
+
#-----------------------------------------------------------------------
#----- for now, just run PPC by default -----
@@ -298,7 +304,8 @@ do
microblaze| \
mips|mips_el| \
nios|nios2| \
- x86|I486)
+ x86|I486| \
+ coldfire)
for target in `eval echo '$LIST_'${arg}`
do
build_target ${target}