mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #13023 from leandrolanzieri/pr/makefiles/kconfig/fix_autoheader_win
makefiles/kconfig: Change autoconf.h comment style
This commit is contained in:
commit
421d174f60
@ -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