build: added px4-archives target

This commit is contained in:
Andrew Tridgell 2013-05-05 08:10:54 +10:00
parent 06cf9def98
commit 0acceb04ff
1 changed files with 3 additions and 1 deletions

View File

@ -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: