summaryrefslogtreecommitdiff
path: root/MAKEALL
diff options
context:
space:
mode:
Diffstat (limited to 'MAKEALL')
-rwxr-xr-xMAKEALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/MAKEALL b/MAKEALL
index 04108bedf..54563981b 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -312,6 +312,14 @@ LIST_coldfire=" \
LIST_avr32="atstk1002"
+#########################################################################
+## Blackfin Systems
+#########################################################################
+
+LIST_blackfin=" \
+ bf533-ezkit bf533-stamp \
+"
+
#-----------------------------------------------------------------------
#----- for now, just run PPC by default -----
@@ -345,6 +353,7 @@ do
nios|nios2| \
x86|I486| \
coldfire| \
+ blackfin| \
avr32)
for target in `eval echo '$LIST_'${arg}`
do