]> git.baikalelectronics.ru Git - uboot.git/commit
env: Fix out of tree building of tools-all
authorTom Rini <trini@konsulko.com>
Tue, 5 Sep 2017 18:01:29 +0000 (14:01 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 5 Sep 2017 19:59:47 +0000 (15:59 -0400)
commit7cc5d09dcabc014bff44fb08b1722a57d05c1542
tree4b0c97c9a76604c6e306c6193281be1c0ad46a71
parent25def70fe497bcf430555b042d6540947dfbaeb0
env: Fix out of tree building of tools-all

With the move of environment code from common/ to env/ a number of
changes needed to be made to various make targets.  We missed updating
some of the files required for out of tree builds of the tools.  Correct
the 'environ' target to know that we need to work under tools/env/ still
(not tools/environ/) and then update the wrappers in env_attr.c and
env_flags.c to point to the new correct file.

Reported-by: Peter Robinson <pbrobinson@gmail.com>
Tested-by: Peter Robinson <pbrobinson@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Makefile
tools/env/env_attr.c
tools/env/env_flags.c
tools/env/fw_env.c