aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2024-09-29 19:49:24 -0600
committerTom Rini <trini@konsulko.com>2024-10-11 11:44:46 -0600
commit01ab644ebcb2a094738babe4a5eaef07435e7f38 (patch)
tree8acfe93a30fc1bf5b171094f2afc0dabbf7bb5d3 /Makefile
parent067e0294806eb132e01f64d89a4df9a9cc857692 (diff)
downloadu-boot-01ab644ebcb2a094738babe4a5eaef07435e7f38.tar.gz
Makefile: Add a u-boot.cfg file for VPL
Create this file for VPL as well, for consistency. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 525576f987d..300cee2e7f6 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