Re: [PATCH] Makefile: Conditionally add defaultenv_h to envtools target

2021-07-14 Thread Tom Rini
On Fri, Jun 18, 2021 at 11:35:59AM +0930, Joel Stanley wrote: > 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: > gener

[PATCH] Makefile: Conditionally add defaultenv_h to envtools target

2021-06-17 Thread Joel Stanley
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 | #includ