Browse Source

PX4: clean generated uORB topic headers in px4-clean

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

1
mk/px4_targets.mk

@ -118,6 +118,7 @@ px4: px4-v1 px4-v2 px4-v4 @@ -118,6 +118,7 @@ px4: px4-v1 px4-v2 px4-v4
px4-clean: clean CHECK_MODULES px4-archives-clean px4-cleandep
$(v) /bin/rm -rf $(PX4_ROOT)/makefiles/build $(PX4_ROOT)/Build
$(v) /bin/rm -rf $(PX4_ROOT)/src/modules/uORB/topics $(PX4_ROOT)/src/platforms/nuttx/px4_messages
px4-cleandep: clean
$(v) find $(PX4_ROOT)/Build -type f -name '*.d' | xargs rm -f

Loading…
Cancel
Save