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

This commit is contained in:
Andrew Tridgell 2015-10-20 15:09:28 +11:00
parent f5b5a3b0f8
commit a39b341308
1 changed files with 1 additions and 0 deletions

View File

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