summaryrefslogtreecommitdiff
path: root/nuttx/configs/z16f2800100zcog/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/z16f2800100zcog/src/Makefile')
-rw-r--r--nuttx/configs/z16f2800100zcog/src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/z16f2800100zcog/src/Makefile b/nuttx/configs/z16f2800100zcog/src/Makefile
index a479cdbe2..33ac4263b 100644
--- a/nuttx/configs/z16f2800100zcog/src/Makefile
+++ b/nuttx/configs/z16f2800100zcog/src/Makefile
@@ -70,8 +70,8 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
- rm -f libboard$(LIBEXT) *~
- if [ ! -z "$(OBJEXT)" ]; then rm -f *$(OBJEXT); fi
+ @rm -f libboard$(LIBEXT) *~ .*.swp
+ $(call CLEAN)
distclean: clean
rm -f Make.dep .depend