X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=MAKEALL;h=0e1c0cba98731c45e3bf869d3ddb910425269342;hb=20c93959330aba8b5bbdbfde1ef319e99eba235d;hp=eaca1986258ea40d06b20b13580f9b2fa5b774f0;hpb=351080e2e8f633dfecd957c14bd06e55100d6a7f;p=platform%2Fkernel%2Fu-boot.git diff --git a/MAKEALL b/MAKEALL index eaca198..0e1c0cb 100755 --- a/MAKEALL +++ b/MAKEALL @@ -446,6 +446,7 @@ LIST_ARM7=" \ ######################################################################### LIST_ARM9=" \ + at91cap9adk \ at91rm9200dk \ cmc_pu2 \ ap920t \ @@ -459,6 +460,7 @@ LIST_ARM9=" \ cp946es \ cp966 \ lpd7a400 \ + m501sk \ mp2usb \ mx1ads \ mx1fs2 \ @@ -521,6 +523,10 @@ LIST_pxa=" \ " LIST_ixp=" \ + actux1 \ + actux2 \ + actux3 \ + actux4 \ ixdp425 \ ixdpg425 \ pdnb3 \ @@ -544,6 +550,7 @@ LIST_arm=" \ LIST_mips4kc=" \ incaip \ + qemu_mips \ " LIST_mips5kc=" \ @@ -716,7 +723,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 }