aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-01-11 00:46:22 -0800
committerpx4dev <px4@purgatory.org>2013-01-11 00:46:22 -0800
commit003f4c81562e47c4a06ad794dc5253e97f2ad7c1 (patch)
treed9acfa315b07b633e403763315b033b33d01d5a9 /Makefile
parentd796a3b43bc9ada2506f9f8e6b3375402ca05225 (diff)
parent3f420066964fe574bcf1c243d6a66646a433f777 (diff)
downloadpx4-firmware-003f4c81562e47c4a06ad794dc5253e97f2ad7c1.tar.gz
px4-firmware-003f4c81562e47c4a06ad794dc5253e97f2ad7c1.tar.bz2
px4-firmware-003f4c81562e47c4a06ad794dc5253e97f2ad7c1.zip
Merge commit '3f420066964fe574bcf1c243d6a66646a433f777' into nuttx-merge-5447
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d9469bb49..8831f67ff 100644
--- a/Makefile
+++ b/Makefile
@@ -75,16 +75,16 @@ $(FIRMWARE_BINARY): configure_$(TARGET) setup_$(TARGET)
configure_px4fmu:
ifneq ($(TARGET),px4fmu)
@make -C $(PX4BASE) distclean
-endif
@cd $(NUTTX_SRC)/tools && /bin/sh configure.sh px4fmu/nsh
@echo px4fmu > $(CONFIGURED)
+endif
configure_px4io:
ifneq ($(TARGET),px4io)
@make -C $(PX4BASE) distclean
-endif
@cd $(NUTTX_SRC)/tools && /bin/sh configure.sh px4io/io
@echo px4io > $(CONFIGURED)
+endif
#
# Per-configuration additional targets