Browse Source

All NuttX configs are called 'nsh' now, stop trying to guess based on the board name.

sbg
px4dev 12 years ago
parent
commit
d178276438
  1. 2
      Makefile

2
Makefile

@ -145,7 +145,7 @@ ifneq ($(filter archives,$(MAKECMDGOALS)),) @@ -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…
Cancel
Save