From 87eaf7781a3cc116c2fb04eac2471ac33f538291 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sun, 9 Feb 2025 08:34:09 -0600 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d4fedd87fe6..41adac7bfc0 100644 --- a/Makefile +++ b/Makefile @@ -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) -- 2.39.5