From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 04 Sep 2014 09:01:23 -0600 Subject: [U-Boot] [PATCH v2] kconfig: show an error message when defconfig is not found In-Reply-To: <1409836575-6476-1-git-send-email-yamada.m@jp.panasonic.com> References: <1409836575-6476-1-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <54087EC3.3060109@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/04/2014 07:16 AM, Masahiro Yamada wrote: > 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"! > *** Acked-by: Stephen Warren