forked from Archive/PX4-Autopilot
Don't re-run the configuration phase every time we build; NuttX will re-build just about everything if you do.
This commit is contained in:
parent
b3f037e876
commit
3f42006696
4
Makefile
4
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
|
||||
|
|
Loading…
Reference in New Issue