aboutsummaryrefslogtreecommitdiff
path: root/nuttx/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-01-05 18:27:26 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-01-05 18:27:26 +0000
commitf16e23149129047fde197f82d400022658f476ab (patch)
tree12bf866205c13ecdaf98a65158c3d7e48af41cde /nuttx/Makefile
parent03121710b54be4ad5ca57802f5f98dd4d87d38d9 (diff)
downloadpx4-firmware-f16e23149129047fde197f82d400022658f476ab.tar.gz
px4-firmware-f16e23149129047fde197f82d400022658f476ab.tar.bz2
px4-firmware-f16e23149129047fde197f82d400022658f476ab.zip
Fix a bug in 'make export' introduced recently
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4265 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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.
#