diff options
| author | Simon Glass <[email protected]> | 2024-09-29 19:49:24 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-11 11:44:46 -0600 |
| commit | 01ab644ebcb2a094738babe4a5eaef07435e7f38 (patch) | |
| tree | 8acfe93a30fc1bf5b171094f2afc0dabbf7bb5d3 /Makefile | |
| parent | 067e0294806eb132e01f64d89a4df9a9cc857692 (diff) | |
Makefile: Add a u-boot.cfg file for VPL
Create this file for VPL as well, for consistency.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
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 |
