|
@@ -271,6 +271,12 @@ LIST_nios2="PCI5441 PK1C20"
|
|
|
|
|
|
LIST_microblaze="suzaku"
|
|
LIST_microblaze="suzaku"
|
|
|
|
|
|
|
|
+#########################################################################
|
|
|
|
+## ColdFire Systems
|
|
|
|
+#########################################################################
|
|
|
|
+
|
|
|
|
+LIST_coldfire="cobra5272 M5272C3 M5282EVB TASREG r5200"
|
|
|
|
+
|
|
#-----------------------------------------------------------------------
|
|
#-----------------------------------------------------------------------
|
|
|
|
|
|
#----- for now, just run PPC by default -----
|
|
#----- for now, just run PPC by default -----
|
|
@@ -298,7 +304,8 @@ do
|
|
microblaze| \
|
|
microblaze| \
|
|
mips|mips_el| \
|
|
mips|mips_el| \
|
|
nios|nios2| \
|
|
nios|nios2| \
|
|
- x86|I486)
|
|
|
|
|
|
+ x86|I486| \
|
|
|
|
+ coldfire)
|
|
for target in `eval echo '$LIST_'${arg}`
|
|
for target in `eval echo '$LIST_'${arg}`
|
|
do
|
|
do
|
|
build_target ${target}
|
|
build_target ${target}
|