aboutsummaryrefslogtreecommitdiff
path: root/nuttx/arch/rgmp/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/rgmp/src/Makefile')
-rw-r--r--nuttx/arch/rgmp/src/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/nuttx/arch/rgmp/src/Makefile b/nuttx/arch/rgmp/src/Makefile
index 019dca465..05ef21fea 100644
--- a/nuttx/arch/rgmp/src/Makefile
+++ b/nuttx/arch/rgmp/src/Makefile
@@ -96,14 +96,14 @@ export_head:
depend: .depend
clean:
- $(call DELFILE "$(TOPDIR)/arch/rgmp/src/x86/*.o")
- $(call DELFILE "$(TOPDIR)/kernel.img")
- $(call DELFILE nuttx.img)
- $(call DELFILE libarch$(LIBEXT))
+ $(call DELFILE, "$(TOPDIR)/arch/rgmp/src/x86/*.o")
+ $(call DELFILE, "$(TOPDIR)/kernel.img")
+ $(call DELFILE, nuttx.img)
+ $(call DELFILE, libarch$(LIBEXT))
$(call CLEAN)
distclean: clean
- $(call DELFILE Make.dep)
- $(call DELFILE .depend)
+ $(call DELFILE, Make.dep)
+ $(call DELFILE, .depend)
-include Make.dep