summaryrefslogtreecommitdiff
path: root/nuttx/configs/pjrc-8051/Make.defs
diff options
context:
space:
mode:
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