Attention is currently required from: Nico Huber, Martin L Roth, Michał Kotyla.
Hello build bot (Jenkins), Nico Huber, maciej.gabryelski@3mdeb.com, Martin L Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/70102
to look at the new patch set (#2).
Change subject: util/ectool/Makefile: improve cross-compilation support ......................................................................
util/ectool/Makefile: improve cross-compilation support
Build variables like CC, INSTALL, PREFIX, and LDFLAGS should not be overwritten by the Makefile. This generates problems when we use different buildsystem like Yocto where tool names are stored in environment variables. This change may make building util tool easier - the user of different buildsystem will not have to remember to pass correct tool names during running the make command.
Also, this change does not affect the rest of users - if the variable was not set before, then it will be configured as before.
Signed-off-by: Maciej Gabryelski maciej.gabryelski@3mdeb.com Change-Id: If5c88bde0ae00f0211a250906cbdedfe4f59c67b --- M util/ectool/Makefile 1 file changed, 25 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/70102/2