diff options
Diffstat (limited to 'MAKEALL')
-rw-r--r-- | MAKEALL | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -72,6 +72,14 @@ LIST_4xx=" \ " ######################################################################### +## MPC8220 Systems +######################################################################### + +LIST_8220=" \ + Alaska8220 Yukon8220 \ +" + +######################################################################### ## MPC824x Systems ######################################################################### @@ -228,7 +236,7 @@ build_target() { for arg in $@ do case "$arg" in - ppc|5xx|5xxx|8xx|824x|8260|85xx|4xx|7xx|74xx| \ + ppc|5xx|5xxx|8xx|8220|824x|8260|85xx|4xx|7xx|74xx| \ arm|SA|ARM7|ARM9|pxa|ixp| \ microblaze| \ mips| \ |