diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/kconfig/confdata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/confdata.c b/scripts/kconfig/confdata.c index b4c862a..2930446 100644 --- a/scripts/kconfig/confdata.c +++ b/scripts/kconfig/confdata.c @@ -412,7 +412,7 @@ int conf_write(const char *name) " * Linux kernel version: %s\n" " */\n" "%s" - "#define AUTOCONF_INCLUDED\n", + "\n", sym_get_string_value(sym), buf); } |