From 64b948cfde11702ed73239bce35bcfe7366d55ca Mon Sep 17 00:00:00 2001 From: zouboan Date: Wed, 26 Apr 2023 19:26:17 +0800 Subject: [PATCH] tools/Win.mk: fix error: can't open file .\NuttX\nuttx /arch/dummy/Kconfig in Windows native build --- tools/Win.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/Win.mk b/tools/Win.mk index 0893c01a82..b9b64608e8 100644 --- a/tools/Win.mk +++ b/tools/Win.mk @@ -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