This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 77b32a721d3a5791de5c3e2465ea51b41dbde7ce Author: Johannes Schock <[email protected]> AuthorDate: Fri Sep 4 17:33:45 2020 +0200 Removed -w option from MKEXPORT_ARGS. --- tools/Makefile.unix | 2 +- tools/Makefile.win | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/Makefile.unix b/tools/Makefile.unix index 6f0e00c..10284dc 100644 --- a/tools/Makefile.unix +++ b/tools/Makefile.unix @@ -117,7 +117,7 @@ LINKLIBS = $(patsubst staging/%,%,$(NUTTXLIBS)) # Export tool definitions MKEXPORT= tools/mkexport.sh -MKEXPORT_ARGS = -w$(CONFIG_CYGWIN_WINTOOL) -t "$(TOPDIR)" -b "$(BOARD_DIR)" +MKEXPORT_ARGS = -t "$(TOPDIR)" -b "$(BOARD_DIR)" ifneq ($(CONFIG_BUILD_FLAT),y) MKEXPORT_ARGS += -u diff --git a/tools/Makefile.win b/tools/Makefile.win index 4c55deb..38eb3f1 100644 --- a/tools/Makefile.win +++ b/tools/Makefile.win @@ -102,7 +102,7 @@ LINKLIBS = $(patsubst staging\\%,%,$(NUTTXLIBS)) # Export tool definitions MKEXPORT = tools\mkexport.bat -MKEXPORT_ARGS = -w$(CONFIG_CYGWIN_WINTOOL) -t "$(TOPDIR)" +MKEXPORT_ARGS = -t "$(TOPDIR)" ifneq ($(CONFIG_BUILD_FLAT),y) MKEXPORT_ARGS += -u
