diff options
Diffstat (limited to 'scripts/kconfig')
-rw-r--r-- | scripts/kconfig/confdata.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/kconfig/confdata.c b/scripts/kconfig/confdata.c index 9df80114b47b..f349bdcffa98 100644 --- a/scripts/kconfig/confdata.c +++ b/scripts/kconfig/confdata.c | |||
@@ -833,8 +833,7 @@ int conf_write_autoconf(void) | |||
833 | " * Automatically generated C config: don't edit\n" | 833 | " * Automatically generated C config: don't edit\n" |
834 | " * %s\n" | 834 | " * %s\n" |
835 | " * %s" | 835 | " * %s" |
836 | " */\n" | 836 | " */\n", |
837 | "#define AUTOCONF_INCLUDED\n", | ||
838 | rootmenu.prompt->text, ctime(&now)); | 837 | rootmenu.prompt->text, ctime(&now)); |
839 | 838 | ||
840 | for_all_symbols(i, sym) { | 839 | for_all_symbols(i, sym) { |