1
0
Fork 0
forked from nuttx/nuttx-update

Fix: typo in the if condition.

This commit is contained in:
Philippe Leduc 2024-03-19 07:50:52 +01:00 committed by Xiang Xiao
parent 327d0789e4
commit a7389c0057

View file

@ -81,7 +81,7 @@ endif
@echo "OBJEXT=\"$(OBJEXT)\"" >> $(EXPORTDIR)/makeinfo.sh
@echo "STRIP=\"$(STRIP)\"" >> $(EXPORTDIR)/makeinfo.sh
@echo "NUTTX_ARCH=\"$(CONFIG_ARCH)\"" >> $(EXPORTDIR)/makeinfo.sh
ifdef NUTTX_ARCH_CHIP
ifdef CONFIG_ARCH_CHIP
@echo "NUTTX_ARCH_CHIP=\"$(CONFIG_ARCH_CHIP)\"" >> $(EXPORTDIR)/makeinfo.sh
else
@echo "NUTTX_ARCH_CHIP=\"$(ARCH_CHIP_CUSTOM_NAME)\"" >> $(EXPORTDIR)/makeinfo.sh