summaryrefslogtreecommitdiff
path: root/nuttx/configs/mcu123-lpc214x/src
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-09 19:31:29 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-09 19:31:29 +0000
commit761af1265b01867610248a77b31cd04d042d154e (patch)
tree1d5f16fb32c50f23c77043a59c0310437baa1a88 /nuttx/configs/mcu123-lpc214x/src
parent4d38c9e58c3e7ffc7647b5729d77c91053bc49f7 (diff)
downloadpx4-nuttx-761af1265b01867610248a77b31cd04d042d154e.tar.gz
px4-nuttx-761af1265b01867610248a77b31cd04d042d154e.tar.bz2
px4-nuttx-761af1265b01867610248a77b31cd04d042d154e.zip
Cleanup make output
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@662 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/mcu123-lpc214x/src')
-rw-r--r--nuttx/configs/mcu123-lpc214x/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/mcu123-lpc214x/src/Makefile b/nuttx/configs/mcu123-lpc214x/src/Makefile
index ab06f2002..33b54e636 100644
--- a/nuttx/configs/mcu123-lpc214x/src/Makefile
+++ b/nuttx/configs/mcu123-lpc214x/src/Makefile
@@ -72,6 +72,6 @@ clean:
$(call CLEAN)
distclean: clean
- rm -f Make.dep .depend
+ @rm -f Make.dep .depend
-include Make.dep