From: Masahiro Yamada Date: Fri, 22 Feb 2019 07:40:11 +0000 (+0900) Subject: kbuild: move ".config not found!" message from Kconfig to Makefile X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;ds=inline;h=26347adf92b2c37b1b3eee55e610539f75dcfa92;hp=26347adf92b2c37b1b3eee55e610539f75dcfa92;p=carl9170fw.git 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 Signed-off-by: Christian Lamparter ---