From af82ca3c43b4a3958a44e23e46eb3c0008829594 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 27 Nov 2015 08:59:18 +1100 Subject: [PATCH] PX4: removed old Images in clean --- mk/px4_targets.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/px4_targets.mk b/mk/px4_targets.mk index fe34cbfbf9..4cdb2b5ac7 100644 --- a/mk/px4_targets.mk +++ b/mk/px4_targets.mk @@ -117,7 +117,7 @@ px4-v4: $(BUILDROOT)/make.flags CHECK_MODULES $(PX4_ROOT)/Archives/px4fmu-v4.exp 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)/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 px4-cleandep: clean