summaryrefslogtreecommitdiff
path: root/nuttx/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-05 18:27:26 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-05 18:27:26 +0000
commit6783ea57900a20ac2cf0d85880dd9b4181083852 (patch)
tree12bf866205c13ecdaf98a65158c3d7e48af41cde /nuttx/Makefile
parentbabfc9eff82505e92e33e125e9c17be859e54e6f (diff)
downloadpx4-nuttx-6783ea57900a20ac2cf0d85880dd9b4181083852.tar.gz
px4-nuttx-6783ea57900a20ac2cf0d85880dd9b4181083852.tar.bz2
px4-nuttx-6783ea57900a20ac2cf0d85880dd9b4181083852.zip
Fix a bug in 'make export' introduced recently
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4265 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Makefile')
-rw-r--r--nuttx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/Makefile b/nuttx/Makefile
index 7bda2b9e0..a5cf3a434 100644
--- a/nuttx/Makefile
+++ b/nuttx/Makefile
@@ -518,7 +518,7 @@ pass2dep: context
# that the archiver is 'ar'
export: pass2deps
- @tools/mkexport.sh -t "$(TOPDIR)" -l "$(NUTTXLIBS)"
+ @tools/mkexport.sh -w$(WINTOOL) -t "$(TOPDIR)" -l "$(NUTTXLIBS)"
# General housekeeping targets: dependencies, cleaning, etc.
#