mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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
|
||||
define KCONFIG_AUTOHEADER_HEADER
|
||||
/* RIOT Configuration File */
|
||||
$(if $(filter MINGW% CYGWIN% MSYS%,$(OS)),/)/* RIOT Configuration File */
|
||||
|
||||
endef
|
||||
export KCONFIG_AUTOHEADER_HEADER
|
||||
|
Loading…
Reference in New Issue
Block a user