aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-05-22 20:12:16 +0200
committerpx4dev <px4@purgatory.org>2013-05-22 20:12:16 +0200
commit78d29045c4da2d5ed4cea50fc2184b57dea01951 (patch)
treeda808dc23b092a2a9331ea05376d991ac9a202ba /Makefile
parentcb1fbecd09d0e98ac11a18342f8670d7eb71ec47 (diff)
downloadpx4-firmware-78d29045c4da2d5ed4cea50fc2184b57dea01951.tar.gz
px4-firmware-78d29045c4da2d5ed4cea50fc2184b57dea01951.tar.bz2
px4-firmware-78d29045c4da2d5ed4cea50fc2184b57dea01951.zip
Fix configuration selection for px4iov2; still doesn't build completely, but it's better.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dea344390..ad10ed7c8 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 = $(if $(filter px4io px4iov2,$(board)),io,nsh)
$(NUTTX_ARCHIVES): $(ARCHIVE_DIR)%.export: $(NUTTX_SRC) $(NUTTX_APPS)
@echo %% Configuring NuttX for $(board)
$(Q) (cd $(NUTTX_SRC) && $(RMDIR) nuttx-export)