diff options
-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 ######################################################################### |