aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3f34ef710..43a4333cf 100644
--- a/Makefile
+++ b/Makefile
@@ -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