]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
kconfig: show an error message when defconfig is not found
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 4 Sep 2014 13:16:15 +0000 (22:16 +0900)
committerTom Rini <trini@ti.com>
Tue, 16 Sep 2014 16:23:58 +0000 (12:23 -0400)
commit8caaec62602453cf2a24ccc0799c59bf4e3d74f9
treeca23882eef212a84dfb3446bf8ffd57368dc2f97
parentec3b48201d0338efa7f3ce4173ffe69e573e2511
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>
scripts/multiconfig.sh