diff options
Diffstat (limited to 'MAKEALL')
-rwxr-xr-x | MAKEALL | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -477,6 +477,12 @@ LIST_sh="$(boards_by_arch sh)" LIST_sparc="$(boards_by_arch sparc)" +######################################################################### +## NDS32 Systems +######################################################################### + +LIST_nds32="$(boards_by_arch nds32)" + #----------------------------------------------------------------------- build_target() { |