diff options
Diffstat (limited to 'scripts/kconfig/zconf.tab.c_shipped')
-rw-r--r-- | scripts/kconfig/zconf.tab.c_shipped | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/kconfig/zconf.tab.c_shipped b/scripts/kconfig/zconf.tab.c_shipped index ff4fcc09720e..da12f7b33be3 100644 --- a/scripts/kconfig/zconf.tab.c_shipped +++ b/scripts/kconfig/zconf.tab.c_shipped | |||
@@ -1933,10 +1933,7 @@ void conf_parse(const char *name) | |||
1933 | exit(1); | 1933 | exit(1); |
1934 | menu_finalize(&rootmenu); | 1934 | menu_finalize(&rootmenu); |
1935 | for_all_symbols(i, sym) { | 1935 | for_all_symbols(i, sym) { |
1936 | if (!(sym->flags & SYMBOL_CHECKED) && sym_check_deps(sym)) | 1936 | sym_check_deps(sym); |
1937 | printf("\n"); | ||
1938 | else | ||
1939 | sym->flags |= SYMBOL_CHECK_DONE; | ||
1940 | } | 1937 | } |
1941 | 1938 | ||
1942 | sym_change_count = 1; | 1939 | sym_change_count = 1; |