summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-29 17:12:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-29 17:12:43 +0000
commit8730570d333039a81b5dc436c97db56fdc7397be (patch)
tree2fa9b61728c93e64b07682c381f6656b3b9a0489 /nuttx/arch/sim
parent51709d08eeb785927100614e09cc2f7e1331bb87 (diff)
downloadpx4-nuttx-8730570d333039a81b5dc436c97db56fdc7397be.tar.gz
px4-nuttx-8730570d333039a81b5dc436c97db56fdc7397be.tar.bz2
px4-nuttx-8730570d333039a81b5dc436c97db56fdc7397be.zip
Fix clean target
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@844 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/sim')
-rw-r--r--nuttx/arch/sim/src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/arch/sim/src/Makefile b/nuttx/arch/sim/src/Makefile
index cd51e047a..a0e857ed3 100644
--- a/nuttx/arch/sim/src/Makefile
+++ b/nuttx/arch/sim/src/Makefile
@@ -127,10 +127,11 @@ depend: .depend
clean:
@rm -f nuttx.rel libarch$(LIBEXT) *~ .*.swp
- @rm -f nuttx.rel Linux-names.dat Cygwin-names.dat
+ @rm -f nuttx.rel GNU/Linux-names.dat Cygwin-names.dat
$(call CLEAN)
distclean: clean
@rm -f Make.dep .depend
+ @rm -rf GNU
-include Make.dep