- 22 8月, 2018 1 次提交
-
-
由 Masahiro Yamada 提交于
Originally, recursive dependency was a fatal error for Kconfig because Kconfig cannot compute symbol values in such a situation. Commit d595cea6 ("kconfig: print more info when we see a recursive dependency") changed it to a warning, which I guess was not intentional. Get it back to an error again. Also, rename the unit test directory "warn_recursive_dep" to "err_recursive_dep" so that it matches to the behavior. Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com> Tested-by: NDirk Gouders <dirk@gouders.net>
-
- 26 3月, 2018 1 次提交
-
-
由 Masahiro Yamada 提交于
Recursive dependency should be detected and warned. Test this. This indirectly tests the line number increments. Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: NUlf Magnusson <ulfalizer@gmail.com>
-