summaryrefslogtreecommitdiff
path: root/nuttx/fs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/Makefile')
-rw-r--r--nuttx/fs/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/nuttx/fs/Makefile b/nuttx/fs/Makefile
index b55ec6218..eb036fed0 100644
--- a/nuttx/fs/Makefile
+++ b/nuttx/fs/Makefile
@@ -130,13 +130,11 @@ $(BIN): $(OBJS)
depend: .depend
clean:
- $(Q) rm -f $(BIN) *~ .*.swp
+ $(call DELFILE $(BIN))
$(call CLEAN)
- $(Q) ( for dir in $(SUBDIRS); do \
- rm -f $${dir}/*~ $${dir}/.*.swp; \
- done ; )
distclean: clean
- $(Q) rm -f Make.dep .depend
+ $(call DELFILE Make.dep)
+ $(call DELFILE .depend)
-include Make.dep