'make clean' at the top level should 'distclean' in NuttX, as it's not obvious otherwise how to get NuttX to clean out its dependencies and app configuration.

This commit is contained in:
px4dev 2012-08-18 20:37:53 -07:00
parent 9a56be6907
commit 99515fc1dd
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ endif
#
.PHONY: clean
clean:
@make -C $(NUTTX_SRC) -r $(MQUIET) clean
@make -C $(NUTTX_SRC) -r $(MQUIET) distclean
@make -C $(ROMFS_SRC) -r $(MQUIET) clean
.PHONY: distclean