Skip to content
Snippets Groups Projects
Commit 2a2896b1 authored by Joel Stanley's avatar Joel Stanley Committed by Tom Rini
Browse files

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: default avatarJoel Stanley <joel@jms.id.au>
parent 473fc279
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment