Skip to content
Snippets Groups Projects
Commit 0acceb04 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

build: added px4-archives target

parent 06cf9def
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ px4-upload: px4
$(PX4_MAKE) upload
px4-archives-clean:
/bin/rm -rf $(PX4_ROOT)/Archives
$(v) /bin/rm -rf $(PX4_ROOT)/Archives
px4-io: $(PX4_ROOT)/Archives/px4io.export
$(v) make -C $(PX4_ROOT) px4io_default
......@@ -43,6 +43,8 @@ $(PX4_ROOT)/Archives/px4fmu.export:
$(PX4_ROOT)/Archives/px4io.export:
make -C $(PX4_ROOT) archives
px4-archives: $(PX4_ROOT)/Archives/px4fmu.export
else
px4:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment