summaryrefslogtreecommitdiff
path: root/nuttx/configs/c5471evm/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/c5471evm/src/Makefile')
-rw-r--r--nuttx/configs/c5471evm/src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/c5471evm/src/Makefile b/nuttx/configs/c5471evm/src/Makefile
index 4b0541ae1..9a05c0162 100644
--- a/nuttx/configs/c5471evm/src/Makefile
+++ b/nuttx/configs/c5471evm/src/Makefile
@@ -68,8 +68,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