mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-24 09:38:29 -04:00
build: added px4-archives target
This commit is contained in:
parent
06cf9def98
commit
0acceb04ff
@ -29,7 +29,7 @@ px4-upload: px4
|
|||||||
$(PX4_MAKE) upload
|
$(PX4_MAKE) upload
|
||||||
|
|
||||||
px4-archives-clean:
|
px4-archives-clean:
|
||||||
/bin/rm -rf $(PX4_ROOT)/Archives
|
$(v) /bin/rm -rf $(PX4_ROOT)/Archives
|
||||||
|
|
||||||
px4-io: $(PX4_ROOT)/Archives/px4io.export
|
px4-io: $(PX4_ROOT)/Archives/px4io.export
|
||||||
$(v) make -C $(PX4_ROOT) px4io_default
|
$(v) make -C $(PX4_ROOT) px4io_default
|
||||||
@ -43,6 +43,8 @@ $(PX4_ROOT)/Archives/px4fmu.export:
|
|||||||
$(PX4_ROOT)/Archives/px4io.export:
|
$(PX4_ROOT)/Archives/px4io.export:
|
||||||
make -C $(PX4_ROOT) archives
|
make -C $(PX4_ROOT) archives
|
||||||
|
|
||||||
|
px4-archives: $(PX4_ROOT)/Archives/px4fmu.export
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
px4:
|
px4:
|
||||||
|
Loading…
Reference in New Issue
Block a user