summaryrefslogtreecommitdiff
path: root/nuttx/configs/pjrc-8051/Make.defs
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/pjrc-8051/Make.defs
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/pjrc-8051/Make.defs')
-rw-r--r--nuttx/configs/pjrc-8051/Make.defs4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/pjrc-8051/Make.defs b/nuttx/configs/pjrc-8051/Make.defs
index 5c2482e37..5c77c6f22 100644
--- a/nuttx/configs/pjrc-8051/Make.defs
+++ b/nuttx/configs/pjrc-8051/Make.defs
@@ -77,6 +77,10 @@ define ARCHIVE
$(AR) $1 $2 || { echo "$(AR) $1 $2 FAILED!" ; exit 1 ; }
endef
+define CLEAN
+ @rm -f *.asm *.rel *.lst *.rst *.sym *.adb *.lnk *.map *.mem *.ihx *.hex
+endef
+
MKDEP = $(TOPDIR)/tools/mkdeps.sh
HOSTCC = gcc