summaryrefslogtreecommitdiff
path: root/nuttx/configs/micropendous3/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/micropendous3/src/Makefile')
-rw-r--r--nuttx/configs/micropendous3/src/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/micropendous3/src/Makefile b/nuttx/configs/micropendous3/src/Makefile
index df5dd45f2..31a8f540a 100644
--- a/nuttx/configs/micropendous3/src/Makefile
+++ b/nuttx/configs/micropendous3/src/Makefile
@@ -86,11 +86,11 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
- $(call DELFILE libboard$(LIBEXT))
+ $(call DELFILE, libboard$(LIBEXT))
$(call CLEAN)
distclean: clean
- $(call DELFILE Make.dep)
- $(call DELFILE .depend)
+ $(call DELFILE, Make.dep)
+ $(call DELFILE, .depend)
-include Make.dep