summaryrefslogtreecommitdiff
path: root/nuttx/configs/z80sim/src
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-10 13:38:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-10 13:38:13 +0000
commitd04ce79590b7fc7427267b5d7af30385b732ee44 (patch)
tree5dac91e7eb2f45eed125a8e30428e361cc988f18 /nuttx/configs/z80sim/src
parente7e5d179c9f7ab56ac378786de946f971f5a9f07 (diff)
downloadpx4-nuttx-d04ce79590b7fc7427267b5d7af30385b732ee44.tar.gz
px4-nuttx-d04ce79590b7fc7427267b5d7af30385b732ee44.tar.bz2
px4-nuttx-d04ce79590b7fc7427267b5d7af30385b732ee44.zip
Clean operations are now toolchain specific
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@542 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/z80sim/src')
-rw-r--r--nuttx/configs/z80sim/src/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/nuttx/configs/z80sim/src/Makefile b/nuttx/configs/z80sim/src/Makefile
index fba996597..472037c58 100644
--- a/nuttx/configs/z80sim/src/Makefile
+++ b/nuttx/configs/z80sim/src/Makefile
@@ -67,9 +67,8 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
- rm -f libboard$(LIBEXT)
- rm -f *.asm *.rel *.lst *.rst *.sym *.adb *.lnk *.map *.mem *.ihx *.hex *~
- if [ ! -z "$(OBJEXT)" ]; then rm -f *$(OBJEXT); fi
+ @rm -f libboard$(LIBEXT) *~ .*.swp
+ $(call CLEAN)
distclean: clean
rm -f Make.dep .depend