From: Simon Glass Date: Mon, 30 Sep 2024 01:49:24 +0000 (-0600) Subject: Makefile: Add a u-boot.cfg file for VPL X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=01ab644ebcb2a094738babe4a5eaef07435e7f38;p=u-boot.git Makefile: Add a u-boot.cfg file for VPL Create this file for VPL as well, for consistency. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- diff --git a/Makefile b/Makefile index 525576f987..300cee2e7f 100644 --- a/Makefile +++ b/Makefile @@ -624,7 +624,7 @@ include/config/%.conf: $(KCONFIG_CONFIG) include/config/auto.conf.cmd @# Otherwise, 'make silentoldconfig' would be invoked twice. $(Q)touch include/config/auto.conf -u-boot.cfg spl/u-boot.cfg tpl/u-boot.cfg: +u-boot.cfg spl/u-boot.cfg tpl/u-boot.cfg vpl/u-boot.cfg: $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.autoconf $(@) -include include/autoconf.mk