Browse Source

PX4: added "make px4-cleandep" for faster rebuilding between branches

master
Andrew Tridgell 11 years ago
parent
commit
e037b37880
  1. 3
      mk/px4_targets.mk

3
mk/px4_targets.mk

@ -76,6 +76,9 @@ px4: px4-v1 px4-v2 @@ -76,6 +76,9 @@ px4: px4-v1 px4-v2
px4-clean: clean px4-archives-clean
$(v) /bin/rm -rf $(PX4_ROOT)/makefiles/build $(PX4_ROOT)/Build
px4-cleandep: clean
$(v) find $(PX4_ROOT)/Build -type f -name '*.d' | xargs rm -f
px4-v1-upload: px4-v1
$(RULEHDR)
$(v) $(PX4_MAKE) px4fmu-v1_APM upload

Loading…
Cancel
Save