summaryrefslogtreecommitdiff
path: root/nuttx/tools
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-20 13:32:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-20 13:32:49 +0000
commitfb0960f36c48d3dc2e21d3f5193788f23b6bfa48 (patch)
treed0e355e0baa6cdfe2bc68f770341c1e12ad68f7f /nuttx/tools
parent60af61e86dfef73118ca1b21052085819df772a8 (diff)
downloadpx4-nuttx-fb0960f36c48d3dc2e21d3f5193788f23b6bfa48.tar.gz
px4-nuttx-fb0960f36c48d3dc2e21d3f5193788f23b6bfa48.tar.bz2
px4-nuttx-fb0960f36c48d3dc2e21d3f5193788f23b6bfa48.zip
Updates from Uros
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3527 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/tools')
-rw-r--r--nuttx/tools/Makefile.host3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/tools/Makefile.host b/nuttx/tools/Makefile.host
index cf44f3e58..163472462 100644
--- a/nuttx/tools/Makefile.host
+++ b/nuttx/tools/Makefile.host
@@ -57,4 +57,5 @@ mksyscall: mksyscall.c
@gcc $(CFLAGS) -o mksyscall mksyscall.c
clean:
- @rm -f mkconfig mksyscall mkconfig.exe mksyscall.exe *~
+ @rm -f *.o *.a *~ .*.swp
+ @rm -f mkconfig mksyscall mkversion mkconfig.exe mksyscall.exe mkversion.exe \ No newline at end of file