makefiles/kconfig: Escape comment in autoconf.h for Windows
In Windows setups using MSYS environment variables which start with a slash get the 'root path' added. This adds a second slash to the content of KCONFIG_AUTOHEADER_HEADER, so the first one is escaped when building on those platforms.
This commit is contained in:
parent
d4c3476669
commit
e88254e52a
@ -18,7 +18,7 @@ CFLAGS += -include '$(KCONFIG_GENERATED_AUTOCONF_HEADER_C)'
|
|||||||
|
|
||||||
# Header for the generated header file
|
# Header for the generated header file
|
||||||
define KCONFIG_AUTOHEADER_HEADER
|
define KCONFIG_AUTOHEADER_HEADER
|
||||||
/* RIOT Configuration File */
|
$(if $(filter MINGW% CYGWIN% MSYS%,$(OS)),/)/* RIOT Configuration File */
|
||||||
|
|
||||||
endef
|
endef
|
||||||
export KCONFIG_AUTOHEADER_HEADER
|
export KCONFIG_AUTOHEADER_HEADER
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user