summaryrefslogtreecommitdiff
path: root/MAKEALL
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-10-24 15:17:59 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-10-24 15:17:59 +0200
commit0ab292cbc1add30abb8767ae64ebfaac7504d1f6 (patch)
treeb15987ff48a447084b6f51829cf3994be6710749 /MAKEALL
parentd67c14c0f4e390dc7069bbe852f5ec8ea1acc8fc (diff)
parent9748d5a9e8aa8bf6dd576e70894b9996c22f7003 (diff)
downloadu-boot-imx-0ab292cbc1add30abb8767ae64ebfaac7504d1f6.zip
u-boot-imx-0ab292cbc1add30abb8767ae64ebfaac7504d1f6.tar.gz
u-boot-imx-0ab292cbc1add30abb8767ae64ebfaac7504d1f6.tar.bz2
Merge with /home/wd/git/u-boot/master
Diffstat (limited to 'MAKEALL')
-rwxr-xr-xMAKEALL9
1 files changed, 8 insertions, 1 deletions
diff --git a/MAKEALL b/MAKEALL
index 4409f2b..879a17f 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -302,6 +302,12 @@ LIST_coldfire=" \
r5200 M5271EVB \
"
+#########################################################################
+## AVR32 Systems
+#########################################################################
+
+LIST_avr32="atstk1002"
+
#-----------------------------------------------------------------------
#----- for now, just run PPC by default -----
@@ -334,7 +340,8 @@ do
mips|mips_el| \
nios|nios2| \
x86|I486| \
- coldfire)
+ coldfire| \
+ avr32)
for target in `eval echo '$LIST_'${arg}`
do
build_target ${target}