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)
committerChristian Lamparter <chunkeey@gmail.com>
Fri, 27 Sep 2019 20:30:55 +0000 (22:30 +0200)
commit26347adf92b2c37b1b3eee55e610539f75dcfa92
tree1d96d146c3385ce1cae80c11b053baf88b9d94a4
parenta98a38a3d941d209b429b9a1b646506db0a6db72
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>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
config/conf.c