mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
Removed -w option from MKEXPORT_ARGS.
This commit is contained in:
committed by
Xiang Xiao
parent
9e69b87aa3
commit
77b32a721d
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user