X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=MAKEALL;h=01573da6f8caec638ab81868662e23335e8fec1e;hb=453316a2a19642d8afcbca7452e40a6b44a197b1;hp=a7a335f7868557c33f4017511861b46cf57442b3;hpb=9cfff9e9d4d9dbb9bb428cea3fa2cda3b3e593ad;p=u-boot diff --git a/MAKEALL b/MAKEALL index a7a335f786..01573da6f8 100755 --- a/MAKEALL +++ b/MAKEALL @@ -165,6 +165,8 @@ LIST_4xx=" \ bamboo_nand \ bubinga \ CANBT \ + canyonlands \ + canyonlands_nand \ CMS700 \ CPCI2DP \ CPCI405 \ @@ -198,6 +200,7 @@ LIST_4xx=" \ luan \ lwmon5 \ makalu \ + mcu25 \ METROBOX \ MIP405 \ MIP405T \ @@ -446,6 +449,7 @@ LIST_ARM7=" \ ######################################################################### LIST_ARM9=" \ + at91cap9adk \ at91rm9200dk \ cmc_pu2 \ ap920t \ @@ -459,6 +463,7 @@ LIST_ARM9=" \ cp946es \ cp966 \ lpd7a400 \ + m501sk \ mp2usb \ mx1ads \ mx1fs2 \ @@ -521,6 +526,10 @@ LIST_pxa=" \ " LIST_ixp=" \ + actux1 \ + actux2 \ + actux3 \ + actux4 \ ixdp425 \ ixdpg425 \ pdnb3 \ @@ -544,6 +553,7 @@ LIST_arm=" \ LIST_mips4kc=" \ incaip \ + qemu_mips \ " LIST_mips5kc=" \ @@ -644,14 +654,18 @@ LIST_coldfire=" \ EB+MCF-EV123 \ EB+MCF-EV123_internal \ idmr \ + M52277EVB \ M5235EVB \ M5249EVB \ M5253EVB \ M5271EVB \ M5272C3 \ M5282EVB \ - M5329EVB \ + M5329AFEE \ + M5373EVB \ M54455EVB \ + M5475AFE \ + M5485AFE \ r5200 \ TASREG \ " @@ -664,6 +678,7 @@ LIST_avr32=" \ atstk1002 \ atstk1003 \ atstk1004 \ + atngw100 \ " ######################################################################### @@ -686,8 +701,9 @@ LIST_sh4=" \ ms7722se \ " -LIST_sh3="" - +LIST_sh3=" \ + ms7720se \ +" LIST_sh=" \ ${LIST_sh3} \ @@ -710,7 +726,7 @@ build_target() { ${MAKE} ${JOBS} all 2>&1 >${LOG_DIR}/$target.MAKELOG \ | tee ${LOG_DIR}/$target.ERR - ${CROSS_COMPILE:-ppc_8xx-}size ${BUILD_DIR}/u-boot \ + ${CROSS_COMPILE}size ${BUILD_DIR}/u-boot \ | tee -a ${LOG_DIR}/$target.MAKELOG }