
25 Jul
2017
25 Jul
'17
2:42 a.m.
On Wed, Jul 05, 2017 at 05:30:40PM +0200, Philipp Tomsich wrote:
When running a 'make clean' or carelessly removing u-boot.cfg, all future make invocations (until autoconf is regenerated) will print an error for a missing u-boot.cfg due to missing rules and dependencies.
This commit adds (i) an explicit rule dependency from all (which will invokes the configuration checker) to cfg, and (b) adds a rule to invoke scripts/Makefile.autoconf to regenerate u-boot.cfg.
Signed-off-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com Reviewed-by: Simon Glass sjg@chromium.org Tested-by: Bin Meng bmeng.cn@gmail.com
Applied to u-boot/master, thanks!
--
Tom