diff options
author | Macpaul Lin <macpaul@andestech.com> | 2011-10-19 20:41:10 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-10-22 00:54:25 +0200 |
commit | 5f1719c1054282a0e11430956aa0b72009d0aab8 (patch) | |
tree | 4b3876fa009567315d0d90cab34ad3a39df49ec3 /MAKEALL | |
parent | 64d614617f3b74d360717edbf2960cfd84594cf1 (diff) |
adp-ag101: add board adp-ag101 support
Add evaluation board "adp-ag101" configuration file adp-ag101.h.
Add adp-ag101.c board config and related settings.
Add board adp-ag101 into boards.cfg
Signed-off-by: Macpaul Lin <macpaul@andestech.com>
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() { |