forked from nuttx/nuttx-update
Fix: typo in the if condition.
This commit is contained in:
parent
327d0789e4
commit
a7389c0057
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue