Browse Source

PX4: clean out .d dependency files from uavcan on px4-cleandep

mission-4.1.18
Andrew Tridgell 9 years ago
parent
commit
a39b341308
  1. 1
      mk/px4_targets.mk

1
mk/px4_targets.mk

@ -107,6 +107,7 @@ px4-clean: clean CHECK_MODULES px4-archives-clean px4-cleandep @@ -107,6 +107,7 @@ px4-clean: clean CHECK_MODULES px4-archives-clean px4-cleandep
px4-cleandep: clean
$(v) find $(PX4_ROOT)/Build -type f -name '*.d' | xargs rm -f
$(v) find $(UAVCAN_DIRECTORY) -type f -name '*.d' | xargs rm -f
$(v) find $(SKETCHBOOK)/$(SKETCH) -type f -name '*.d' | xargs rm -f
px4-v1-upload: px4-v1

Loading…
Cancel
Save