
Add nds32 support in u-boot Makefile.
Signed-off-by: Macpaul Lin macpaul@andestech.com --- Makefile | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile index c26e491..c6424ad 100644 --- a/Makefile +++ b/Makefile @@ -479,6 +479,16 @@ unconfig: $(MAKE)
#======================================================================== +# ANDES +#======================================================================== + +######################################################################### +## NDS32 adp-ag101 (also for FPGA_X5) +######################################################################### +adp-ag101_config: unconfig + @$(MKCONFIG) $(@:_config=) nds32 n1213s $(@:_config=) AndesTech ag101 + +#======================================================================== # PowerPC #========================================================================