]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Makefile: Add a u-boot.cfg file for VPL
authorSimon Glass <sjg@chromium.org>
Mon, 30 Sep 2024 01:49:24 +0000 (19:49 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 11 Oct 2024 17:44:46 +0000 (11:44 -0600)
Create this file for VPL as well, for consistency.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Makefile

index 525576f987de471052a941f339fee879cf3359eb..300cee2e7f6bb8ccef7b9b5ca968c278fe9c3005 100644 (file)
--- 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