summaryrefslogtreecommitdiff
path: root/MAKEALL
diff options
context:
space:
mode:
Diffstat (limited to 'MAKEALL')
-rwxr-xr-xMAKEALL10
1 files changed, 9 insertions, 1 deletions
diff --git a/MAKEALL b/MAKEALL
index 127faa8..2a03b68 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -44,6 +44,14 @@ LIST_5xxx=" \
"
#########################################################################
+## MPC512x Systems
+#########################################################################
+
+LIST_512x=" \
+ ads5121 \
+"
+
+#########################################################################
## MPC8xx Systems
#########################################################################
LIST_8xx=" \
@@ -365,7 +373,7 @@ do
microblaze| \
mips|mips_el| \
nios|nios2| \
- ppc|5xx|5xxx|8xx|8220|824x|8260|83xx|85xx|86xx|4xx|7xx|74xx| \
+ ppc|5xx|5xxx|512x|8xx|8220|824x|8260|83xx|85xx|86xx|4xx|7xx|74xx| \
x86|I486)
for target in `eval echo '$LIST_'${arg}`
do