forked from Archive/PX4-Autopilot
All NuttX configs are called 'nsh' now, stop trying to guess based on the board name.
This commit is contained in:
parent
3945dae8d3
commit
d178276438
2
Makefile
2
Makefile
|
@ -145,7 +145,7 @@ ifneq ($(filter archives,$(MAKECMDGOALS)),)
|
|||
endif
|
||||
|
||||
$(ARCHIVE_DIR)%.export: board = $(notdir $(basename $@))
|
||||
$(ARCHIVE_DIR)%.export: configuration = $(if $(filter $(board),px4io),io,nsh)
|
||||
$(ARCHIVE_DIR)%.export: configuration = nsh
|
||||
$(NUTTX_ARCHIVES): $(ARCHIVE_DIR)%.export: $(NUTTX_SRC) $(NUTTX_APPS)
|
||||
@echo %% Configuring NuttX for $(board)
|
||||
$(Q) (cd $(NUTTX_SRC) && $(RMDIR) nuttx-export)
|
||||
|
|
Loading…
Reference in New Issue