diff options
Diffstat (limited to 'scripts/kconfig/zconf.y')
-rw-r--r-- | scripts/kconfig/zconf.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/zconf.y b/scripts/kconfig/zconf.y index 0653886fac48..0f683cfa53e9 100644 --- a/scripts/kconfig/zconf.y +++ b/scripts/kconfig/zconf.y | |||
@@ -510,7 +510,7 @@ void conf_parse(const char *name) | |||
510 | for_all_symbols(i, sym) { | 510 | for_all_symbols(i, sym) { |
511 | if (sym_check_deps(sym)) | 511 | if (sym_check_deps(sym)) |
512 | zconfnerrs++; | 512 | zconfnerrs++; |
513 | } | 513 | } |
514 | if (zconfnerrs) | 514 | if (zconfnerrs) |
515 | exit(1); | 515 | exit(1); |
516 | sym_set_change_count(1); | 516 | sym_set_change_count(1); |