diff options
author | Simon Glass <sjg@chromium.org> | 2024-09-29 19:49:24 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-10-11 11:44:46 -0600 |
commit | 01ab644ebcb2a094738babe4a5eaef07435e7f38 (patch) | |
tree | 8acfe93a30fc1bf5b171094f2afc0dabbf7bb5d3 /Makefile | |
parent | 067e0294806eb132e01f64d89a4df9a9cc857692 (diff) | |
download | u-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |