mk: fixed px4-cleandep warning

This commit is contained in:
Andrew Tridgell 2016-05-31 21:22:40 +10:00
parent 24d8cc62e2
commit dece35e465
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ px4-clean: clean CHECK_MODULES px4-archives-clean px4-cleandep
$(v) /bin/rm -rf $(PX4_ROOT)/src/modules/uORB/topics $(PX4_ROOT)/src/platforms/nuttx/px4_messages
px4-cleandep: clean
$(v) mkdir -p $(PX4_ROOT)/Build
$(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