aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-01-01 20:35:43 -0800
committerpx4dev <px4@purgatory.org>2013-01-01 20:35:43 -0800
commit3f420066964fe574bcf1c243d6a66646a433f777 (patch)
tree342df19c218ee75ea81b9be16f7fc591a4dd1899 /Makefile
parentb3f037e876055ff4f5169fb5df1639d50d7d5976 (diff)
downloadpx4-firmware-3f420066964fe574bcf1c243d6a66646a433f777.tar.gz
px4-firmware-3f420066964fe574bcf1c243d6a66646a433f777.tar.bz2
px4-firmware-3f420066964fe574bcf1c243d6a66646a433f777.zip
Don't re-run the configuration phase every time we build; NuttX will re-build just about everything if you do.
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