summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/mips/src/Makefile')
-rw-r--r--nuttx/arch/mips/src/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/arch/mips/src/Makefile b/nuttx/arch/mips/src/Makefile
index 057b95d22..b27fe8730 100644
--- a/nuttx/arch/mips/src/Makefile
+++ b/nuttx/arch/mips/src/Makefile
@@ -164,13 +164,14 @@ clean:
ifeq ($(BOARDMAKE),y)
$(Q) $(MAKE) -C board TOPDIR="$(TOPDIR)" clean
endif
- $(Q) rm -f libarch$(LIBEXT) *~ .*.swp
+ $(call DELFILE libarch$(LIBEXT))
$(call CLEAN)
distclean: clean
ifeq ($(BOARDMAKE),y)
$(Q) $(MAKE) -C board TOPDIR="$(TOPDIR)" distclean
endif
- $(Q) rm -f Make.dep .depend
+ $(call DELFILE Make.dep)
+ $(call DELFILE .depend)
-include Make.dep