mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
tools/Win.mk: fix error: can't open file .\NuttX\nuttx /arch/dummy/Kconfig in Windows native build
This commit is contained in:
parent
4b5c18b9b2
commit
64b948cfde
1 changed files with 4 additions and 4 deletions
|
|
@ -571,10 +571,10 @@ pass2dep: context tools\mkdeps$(HOSTEXEEXT)
|
|||
# location: https://bitbucket.org/nuttx/tools/downloads/. See
|
||||
# misc\tools\README.txt for additional information.
|
||||
|
||||
KCONFIG_ENV = set APPSDIR=$(patsubst "%",%,${CONFIG_APPS_DIR}) & \
|
||||
set EXTERNALDIR=$(EXTERNALDIR) & \
|
||||
set APPSBINDIR=$(patsubst "%",%,${CONFIG_APPS_DIR}) & \
|
||||
set BINDIR=$(patsubst "%",%,${TOPDIR}) &
|
||||
KCONFIG_ENV = set APPSDIR=$(patsubst "%",%,${CONFIG_APPS_DIR})& \
|
||||
set EXTERNALDIR=$(EXTERNALDIR)& \
|
||||
set APPSBINDIR=$(patsubst "%",%,${CONFIG_APPS_DIR})& \
|
||||
set BINDIR=$(patsubst "%",%,${TOPDIR})&
|
||||
|
||||
config:
|
||||
$(Q) $(MAKE) clean_context
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue