summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/sh/src/Makefile')
-rw-r--r--nuttx/arch/sh/src/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/arch/sh/src/Makefile b/nuttx/arch/sh/src/Makefile
index 132ca4610..af7c481a9 100644
--- a/nuttx/arch/sh/src/Makefile
+++ b/nuttx/arch/sh/src/Makefile
@@ -161,13 +161,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