mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
Makefile rename checks_alt to alt_firmware
This commit is contained in:
@@ -182,7 +182,7 @@ run_sitl_ros: _sitl_deprecation
|
|||||||
# Other targets
|
# Other targets
|
||||||
# --------------------------------------------------------------------
|
# --------------------------------------------------------------------
|
||||||
|
|
||||||
.PHONY: uavcan_firmware compiler_version check check_format format unittest tests qgc_firmware package_firmware clean submodulesclean distclean
|
.PHONY: uavcan_firmware compiler_version check check_format format unittest tests qgc_firmware alt_firmware package_firmware clean submodulesclean distclean
|
||||||
.NOTPARALLEL:
|
.NOTPARALLEL:
|
||||||
|
|
||||||
# All targets with just dependencies but no recipe must either be marked as phony (or have the special @: as recipe).
|
# All targets with just dependencies but no recipe must either be marked as phony (or have the special @: as recipe).
|
||||||
@@ -218,7 +218,7 @@ qgc_firmware: \
|
|||||||
check_px4fmu-v4_default \
|
check_px4fmu-v4_default \
|
||||||
check_tap-v1_default \
|
check_tap-v1_default \
|
||||||
|
|
||||||
checks_alt: \
|
alt_firmware: \
|
||||||
check_auav-x21_default \
|
check_auav-x21_default \
|
||||||
check_px4-stm32f4discovery_default \
|
check_px4-stm32f4discovery_default \
|
||||||
check_px4cannode-v1_default \
|
check_px4cannode-v1_default \
|
||||||
@@ -228,7 +228,7 @@ checks_alt: \
|
|||||||
check_px4nucleoF767ZI-v1_default \
|
check_px4nucleoF767ZI-v1_default \
|
||||||
check_s2740vc-v1_default \
|
check_s2740vc-v1_default \
|
||||||
|
|
||||||
checks_defaults: qgc_firmware checks_alt
|
checks_defaults: qgc_firmware alt_firmware
|
||||||
|
|
||||||
checks_bootloaders: \
|
checks_bootloaders: \
|
||||||
check_esc35-v1_bootloader \
|
check_esc35-v1_bootloader \
|
||||||
|
|||||||
Reference in New Issue
Block a user