PX4: clean out .d dependency files from uavcan on px4-cleandep
This commit is contained in:
parent
f5b5a3b0f8
commit
a39b341308
@ -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…
Reference in New Issue
Block a user