aboutsummaryrefslogtreecommitdiff
path: root/nuttx/net/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/Makefile')
-rw-r--r--nuttx/net/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/net/Makefile b/nuttx/net/Makefile
index aed5734df..29148fafa 100644
--- a/nuttx/net/Makefile
+++ b/nuttx/net/Makefile
@@ -111,11 +111,11 @@ endif
depend: .depend
clean:
- $(Q) rm -f $(BIN) *~ .*.swp
- $(Q) rm -f uip/*~ uip/.*.swp
+ $(call DELFILE $(BIN))
$(call CLEAN)
distclean: clean
- $(Q) rm -f Make.dep .depend
+ $(call DELFILE Make.dep)
+ $(call DELFILE .depend)
-include Make.dep