summaryrefslogtreecommitdiff
path: root/nuttx/tools/Config.mk
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-15 19:22:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-15 19:22:47 +0000
commit112ae373997ee3b598cc24885f5229d8843e1eea (patch)
tree33cb0e776f79bb599b9c39f34e063fd8238288bd /nuttx/tools/Config.mk
parentfd8511c5781282f2ac7f5478f36b446e2518a92e (diff)
downloadnuttx-112ae373997ee3b598cc24885f5229d8843e1eea.tar.gz
nuttx-112ae373997ee3b598cc24885f5229d8843e1eea.tar.bz2
nuttx-112ae373997ee3b598cc24885f5229d8843e1eea.zip
Fix various build-related typos
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5358 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/tools/Config.mk')
-rw-r--r--nuttx/tools/Config.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/tools/Config.mk b/nuttx/tools/Config.mk
index b7f8d9bbe..f05933f1a 100644
--- a/nuttx/tools/Config.mk
+++ b/nuttx/tools/Config.mk
@@ -154,10 +154,12 @@ define ARCHIVE
endef
endif
-define CLEAN
ifeq ($(CONFIG_WINDOWS_NATIVE),y)
+define CLEAN
$(Q) rm -f *.o *.a
+endef
else
+define CLEAN
$(Q) rm -f *.o *.a *~ .*.swp
-endif
endef
+endif