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