diff options
| author | Tom Rini <[email protected]> | 2025-02-09 08:34:09 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-02-18 16:32:24 -0600 |
| commit | 87eaf7781a3cc116c2fb04eac2471ac33f538291 (patch) | |
| tree | 0d4cc834d31f349f9952fe02844248984b8c1cf7 | |
| parent | f36e0d6111f33163555544085052303da9039375 (diff) | |
u-boot-initial-env: Add missing dependencies
When performing a build consisting of only a defconfig target and then
this tool, we were missing two dependencies. Add them.
Signed-off-by: Tom Rini <[email protected]>
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2512,7 +2512,7 @@ cmd_genenv = \ sed -e '/^\s*$$/d' | \ sort -t '=' -k 1,1 -s -o $@ -u-boot-initial-env: scripts_basic $(env_h) FORCE +u-boot-initial-env: scripts_basic $(version_h) $(env_h) include/config.h FORCE $(Q)$(MAKE) $(build)=tools $(objtree)/tools/printinitialenv $(call if_changed,genenv) |
