commit | 058507195b534e6a1b3e8bf716b816ecf090c9c3 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Feb 22 16:40:11 2019 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Feb 27 22:25:10 2019 +0900 |
tree | 47a85d83d90e76ef19a5338edb7e17564c26be44 | |
parent | 9390dff66a52d1a60c6e517d8fa6cdbdffc83cb1 [diff] |
kbuild: move ".config not found!" message from Kconfig to Makefile If you run "make" in a pristine source tree, currently Kbuild will start to build Kconfig to let it show the error message. It would be more straightforward to check it in Makefile and let it fail immediately. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>