From: Tom Rini Date: Sun, 9 Feb 2025 14:34:09 +0000 (-0600) Subject: u-boot-initial-env: Add missing dependencies X-Git-Tag: v2025.07-rc1~18^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87eaf7781a3cc116c2fb04eac2471ac33f538291;p=pandora-u-boot.git 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 --- 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)