diff options
author | Stefan Roese <sr@denx.de> | 2012-05-30 22:59:43 +0000 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2012-11-07 01:29:46 +0100 |
commit | 24dede480c5de9acd0837b19f31bcc37b2600e8c (patch) | |
tree | 27c154d9b81b6345b6b565a1a0d292d576ecf3b6 | |
parent | 1cc619be8b73abbee2fd6faf2cd4ade27b516531 (diff) |
MAKEALL: Add spear platform target to compile all SPEAr boards
Signed-off-by: Stefan Roese <sr@denx.de>
-rwxr-xr-x | MAKEALL | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -381,6 +381,12 @@ LIST_pxa="$(boards_by_cpu pxa)" LIST_ixp="$(boards_by_cpu ixp)" ######################################################################### +## SPEAr Systems +######################################################################### + +LIST_spear="$(boards_by_soc spear)" + +######################################################################### ## ARM groups ######################################################################### |