diff --git a/make/project_config.mk b/make/project_config.mk index 7eede5ebb..1a4e74126 100644 --- a/make/project_config.mk +++ b/make/project_config.mk @@ -9,6 +9,7 @@ ifeq ($(OS),Windows_NT) # kconfiglib requires Windows-style paths for kconfig files COMPONENT_KCONFIGS := $(shell cygpath -w $(COMPONENT_KCONFIGS)) COMPONENT_KCONFIGS_PROJBUILD := $(shell cygpath -w $(COMPONENT_KCONFIGS_PROJBUILD)) +COMPONENT_SDKCONFIG_RENAMES := $(shell cygpath -w $(COMPONENT_SDKCONFIG_RENAMES)) endif #For doing make menuconfig etc