From: Andy Fleming Date: Thu, 16 Aug 2007 01:03:13 +0000 (-0500) Subject: Add support for building all boards with a TSEC X-Git-Tag: v2008.10-rc1~874^2~40^2~6^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec7238229507e7f47533a611ea8c53319d234cf3;p=platform%2Fkernel%2Fu-boot.git Add support for building all boards with a TSEC Changes to the TSEC driver affect almost all 83xx, 85xx, and 86xx boards. Now we can do a MAKEALL test on all of them! Signed-off-by: Andy Fleming --- diff --git a/MAKEALL b/MAKEALL index 1219fb3..9f47f5f 100755 --- a/MAKEALL +++ b/MAKEALL @@ -358,6 +358,12 @@ LIST_74xx=" \ ZUMA \ " +LIST_TSEC=" \ + ${LIST_85xx} \ + ${LIST_86xx} \ + ${LIST_83xx} \ +" + LIST_7xx=" \ BAB7xx \ CPCI750 \ @@ -672,7 +678,7 @@ do mips|mips_el| \ nios|nios2| \ ppc|5xx|5xxx|512x|8xx|8220|824x|8260|83xx|85xx|86xx|4xx|7xx|74xx| \ - x86|I486) + x86|I486|TSEC) for target in `eval echo '$LIST_'${arg}` do build_target ${target}