aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-06-12 23:46:22 -0700
committerpx4dev <px4@purgatory.org>2013-06-12 23:58:22 -0700
commitd1782764381b61717656aafbebd3f3591fcc7dd8 (patch)
tree21c4aea4ca59d13f44f49d40112720134f0a4419 /Makefile
parent3945dae8d32ad569f2c5db10d6def16b57f45bf6 (diff)
downloadpx4-firmware-d1782764381b61717656aafbebd3f3591fcc7dd8.tar.gz
px4-firmware-d1782764381b61717656aafbebd3f3591fcc7dd8.tar.bz2
px4-firmware-d1782764381b61717656aafbebd3f3591fcc7dd8.zip
All NuttX configs are called 'nsh' now, stop trying to guess based on the board name.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dea344390..7f98ffaf2 100644
--- a/Makefile
+++ b/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)