mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 06:36:45 +08:00
Merge commit '3f420066964fe574bcf1c243d6a66646a433f777' into nuttx-merge-5447
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user