Title: [4002] trunk/MAKEALL: add BF523/BF524/BF526 to test build list
Revision
4002
Author
vapier
Date
2007-12-07 20:38:12 -0600 (Fri, 07 Dec 2007)

Log Message

add BF523/BF524/BF526 to test build list

Diffstat

 MAKEALL |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

Modified Paths


Diff

Modified: trunk/MAKEALL (4001 => 4002)


--- trunk/MAKEALL	2007-12-08 02:36:53 UTC (rev 4001)
+++ trunk/MAKEALL	2007-12-08 02:38:12 UTC (rev 4002)
@@ -21,11 +21,11 @@
 		return
 	fi
 	case $cpu in
-		BF52[257])   echo BF52{2,5,7};;
-		BF53[123])   echo BF53{1,2,3};;
-		BF53[467])   echo BF53{4,6,7};;
-		BF54[24789]) echo BF54{2,4,7,9,8};;
-		BF561)       echo BF561;;
+		BF52[234567]) echo BF52{2,3,4,5,6,7};;
+		BF53[123])    echo BF53{1,2,3};;
+		BF53[467])    echo BF53{4,6,7};;
+		BF54[24789])  echo BF54{2,4,7,9,8};;
+		BF561)        echo BF561;;
 	esac
 }
 
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to