commit | f396a72459accf307fbfa742c8ab67c734164ca8 | [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 | da0afc227f7cbe9fe5f2b912f8b874c91779392f [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>