kbuild: move ".config not found!" message from Kconfig to Makefile
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 22 Feb 2019 07:40:11 +0000 (16:40 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 27 Feb 2019 13:25:10 +0000 (22:25 +0900)
commit058507195b534e6a1b3e8bf716b816ecf090c9c3
tree47a85d83d90e76ef19a5338edb7e17564c26be44
parent9390dff66a52d1a60c6e517d8fa6cdbdffc83cb1
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>
Makefile
scripts/kconfig/conf.c