summaryrefslogtreecommitdiff
path: root/nuttx/fs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs')
-rw-r--r--nuttx/fs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/fs/Makefile b/nuttx/fs/Makefile
index eb036fed0..6955c164b 100644
--- a/nuttx/fs/Makefile
+++ b/nuttx/fs/Makefile
@@ -130,11 +130,11 @@ $(BIN): $(OBJS)
depend: .depend
clean:
- $(call DELFILE $(BIN))
+ $(call DELFILE, $(BIN))
$(call CLEAN)
distclean: clean
- $(call DELFILE Make.dep)
- $(call DELFILE .depend)
+ $(call DELFILE, Make.dep)
+ $(call DELFILE, .depend)
-include Make.dep