From 24dede480c5de9acd0837b19f31bcc37b2600e8c Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Wed, 30 May 2012 22:59:43 +0000 Subject: MAKEALL: Add spear platform target to compile all SPEAr boards Signed-off-by: Stefan Roese --- MAKEALL | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAKEALL b/MAKEALL index 84a5c92cf3..46c021241f 100755 --- a/MAKEALL +++ b/MAKEALL @@ -380,6 +380,12 @@ LIST_pxa="$(boards_by_cpu pxa)" LIST_ixp="$(boards_by_cpu ixp)" +######################################################################### +## SPEAr Systems +######################################################################### + +LIST_spear="$(boards_by_soc spear)" + ######################################################################### ## ARM groups ######################################################################### -- cgit v1.2.1