summaryrefslogtreecommitdiff
path: root/nuttx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/Makefile')
-rw-r--r--nuttx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/Makefile b/nuttx/Makefile
index ac39d8ed5..934a78100 100644
--- a/nuttx/Makefile
+++ b/nuttx/Makefile
@@ -251,7 +251,7 @@ subdir_clean:
@$(MAKE) -C mm -f Makefile.test TOPDIR="$(TOPDIR)" clean
clean: subdir_clean
- @rm -f $(BIN) $(BIN).* mm_test *.map *~
+ @rm -f $(BIN) nuttx.* mm_test *.map *~
subdir_distclean:
@for dir in $(CLEANDIRS) ; do \