forked from Archive/PX4-Autopilot
build: sort targets for GCS download
While at it, fix the trailing continuation line in the last item.
This commit is contained in:
parent
e3f7bbfd8c
commit
fd91f998c4
6
Makefile
6
Makefile
|
@ -309,13 +309,13 @@ tests_coverage:
|
||||||
# QGroundControl flashable firmware (currently built by travis-ci)
|
# QGroundControl flashable firmware (currently built by travis-ci)
|
||||||
qgc_firmware: \
|
qgc_firmware: \
|
||||||
check_aerofc-v1_default \
|
check_aerofc-v1_default \
|
||||||
|
check_crazyflie_default \
|
||||||
|
check_mindpx-v2_default \
|
||||||
check_px4fmu-v1_default \
|
check_px4fmu-v1_default \
|
||||||
check_px4fmu-v2_default \
|
check_px4fmu-v2_default \
|
||||||
check_px4fmu-v3_default \
|
check_px4fmu-v3_default \
|
||||||
check_px4fmu-v4_default_and_uavcan \
|
check_px4fmu-v4_default_and_uavcan \
|
||||||
check_crazyflie_default \
|
check_tap-v1_default
|
||||||
check_mindpx-v2_default \
|
|
||||||
check_tap-v1_default \
|
|
||||||
|
|
||||||
package_firmware:
|
package_firmware:
|
||||||
@zip --junk-paths Firmware.zip `find Binaries/. -name \*.px4`
|
@zip --junk-paths Firmware.zip `find Binaries/. -name \*.px4`
|
||||||
|
|
Loading…
Reference in New Issue