mk: make px4-clean remove vehicle object files

This commit is contained in:
Andrew Tridgell 2016-09-05 16:12:06 +10:00
parent fdcdcb0033
commit 670dd22ad9
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ px4:
px4-clean: clean CHECK_MODULES px4-archives-clean px4-cleandep
$(v) /bin/rm -rf $(PX4_ROOT)/makefiles/build $(PX4_ROOT)/Build $(PX4_ROOT)/Images/*.px4 $(PX4_ROOT)/Images/*.bin
$(v) /bin/rm -rf $(PX4_ROOT)/src/modules/uORB/topics $(PX4_ROOT)/src/platforms/nuttx/px4_messages
$(v) /bin/rm -f $(SRCROOT)/*.o
px4-cleandep: clean
$(v) mkdir -p $(PX4_ROOT)/Build