summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2021-06-18 05:05:59 +0300
committerTom Rini <trini@konsulko.com>2021-07-14 23:57:35 +0300
commit2a2896b17fa47168b87590a1e9b42765c598e3c7 (patch)
tree895e6fe268308ae1ac86e9a0e11317e69a324da8 /Makefile
parent473fc279c898d113cc5eff656efbbf08e1bea1d3 (diff)
downloadu-boot-2a2896b17fa47168b87590a1e9b42765c598e3c7.tar.xz
Makefile: Conditionally add defaultenv_h to envtools target
When building the envtools target with CONFIG_USE_DEFAULT_ENV_FILE=y, the tools require generated/defaultenv_autogenerated.h. In file included from tools/env/fw_env.c:126: include/env_default.h:115:10: fatal error: generated/defaultenv_autogenerated.h: No such file or directory 115 | #include "generated/defaultenv_autogenerated.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c6b8c591d3..bc404c8f98 100644
--- a/Makefile
+++ b/Makefile
@@ -1871,6 +1871,8 @@ endif
ifeq ($(CONFIG_USE_DEFAULT_ENV_FILE),y)
prepare1: $(defaultenv_h)
+
+envtools: $(defaultenv_h)
endif
archprepare: prepare1 scripts_basic