commit | 8caaec62602453cf2a24ccc0799c59bf4e3d74f9 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Thu Sep 04 22:16:15 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Tue Sep 16 12:23:58 2014 -0400 |
tree | ca23882eef212a84dfb3446bf8ffd57368dc2f97 | |
parent | ec3b48201d0338efa7f3ce4173ffe69e573e2511 [diff] |
kconfig: show an error message when defconfig is not found When a non-existing defconfig is specified, display an easy-to-understand message (fake the error message on Linux Kernel): $ make foo_defconfig *** *** Can't find default configuration "confis/foo_defconfig"! *** Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Stephen Warren <swarren@nvidia.com>