summaryrefslogtreecommitdiff
path: root/nuttx/net/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/Makefile')
-rw-r--r--nuttx/net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/net/Makefile b/nuttx/net/Makefile
index 31ccd2a26..2257e446e 100644
--- a/nuttx/net/Makefile
+++ b/nuttx/net/Makefile
@@ -90,6 +90,7 @@ depend: .depend
clean:
rm -f $(BIN) *.o *.rel *.asm *.lst *.sym *.adb *~
+ rm -f uip/*~
if [ ! -z "$(OBJEXT)" ]; then rm -f *$(OBJEXT); fi
distclean: clean