update new sdk

This commit is contained in:
August 2020-07-15 19:27:51 +08:00
parent f33907443a
commit 744c72c133
1643 changed files with 83006 additions and 28021 deletions

View file

@ -3,6 +3,8 @@
# Load generated board configuration
sinclude $(OBJTREE)/include/autoconf.mk
$(info "CROSS_COMPILE=$(CROSS_COMPILE)")
boot0_toolchain_check=$(strip $(shell if [ -x $(CROSS_COMPILE)gcc ]; then echo yes; fi))
ifneq ("$(boot0_toolchain_check)", "yes")
$(info "gcc toolchain not exist")