summaryrefslogtreecommitdiff
path: root/nuttx/tools
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-05 12:16:21 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-05 12:16:21 -0600
commit39b2a226ffcaa5296e61aef001143b76e3661505 (patch)
treefc53bd822b467de4f0db3ccb84e1d5d214863e58 /nuttx/tools
parent020ac8b59ccb4e5ba466cd0adacebe729e82d8c3 (diff)
downloadpx4-nuttx-39b2a226ffcaa5296e61aef001143b76e3661505.tar.gz
px4-nuttx-39b2a226ffcaa5296e61aef001143b76e3661505.tar.bz2
px4-nuttx-39b2a226ffcaa5296e61aef001143b76e3661505.zip
Kernel build export package also needs to include WINTOOL setting
Diffstat (limited to 'nuttx/tools')
-rw-r--r--nuttx/tools/Makefile.export1
-rwxr-xr-xnuttx/tools/mkexport.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/tools/Makefile.export b/nuttx/tools/Makefile.export
index 071dbaa1b..90397e899 100644
--- a/nuttx/tools/Makefile.export
+++ b/nuttx/tools/Makefile.export
@@ -74,6 +74,7 @@ endif
@echo "ARCHWARNINGS=\"$(ARCHWARNINGS)\"" >> $(EXPORTDIR)/makeinfo.sh
@echo "ARCHWARNINGSXX=\"$(ARCHWARNINGSXX)\"" >> $(EXPORTDIR)/makeinfo.sh
@echo "ARCHOPTIMIZATION=\"$(ARCHOPTIMIZATION)\"" >> $(EXPORTDIR)/makeinfo.sh
+ @echo "WINTOOL=\"$(WINTOOL)\"" >> $(EXPORTDIR)/makeinfo.sh
@echo "CROSSDEV=\"$(CROSSDEV)\"" >> $(EXPORTDIR)/makeinfo.sh
@echo "CC=\"$(CC)\"" >> $(EXPORTDIR)/makeinfo.sh
@echo "CXX=\"$(CXX)\"" >> $(EXPORTDIR)/makeinfo.sh
diff --git a/nuttx/tools/mkexport.sh b/nuttx/tools/mkexport.sh
index 9b76afbc6..37a78394b 100755
--- a/nuttx/tools/mkexport.sh
+++ b/nuttx/tools/mkexport.sh
@@ -202,6 +202,7 @@ if [ "X${USRONLY}" == "Xy" ]; then
echo "ARCHWARNINGS = ${ARCHWARNINGS}" >>"${EXPORTDIR}/build/Make.defs"
echo "ARCHWARNINGSXX = ${ARCHWARNINGSXX}" >>"${EXPORTDIR}/build/Make.defs"
echo "ARCHOPTIMIZATION = ${ARCHOPTIMIZATION}" >>"${EXPORTDIR}/build/Make.defs"
+ echo "WINTOOL = ${WINTOOL}" >>"${EXPORTDIR}/build/Make.defs"
echo "CROSSDEV = ${CROSSDEV}" >>"${EXPORTDIR}/build/Make.defs"
echo "CC = ${CC}" >>"${EXPORTDIR}/build/Make.defs"
echo "CXX = ${CXX}" >>"${EXPORTDIR}/build/Make.defs"