Attention is currently required from: Edward O'Callaghan, Julius Werner. Hello Hsuan-ting Chen, Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/60236
to look at the new patch set (#2).
Change subject: util/futility: Ensure futility checks for flashrom as a dep ......................................................................
util/futility: Ensure futility checks for flashrom as a dep
futility actually depends on flashrom. Previously it was of the form of subprocess and now uses the libflashrom API directly. Due to the previous subprocess decoupling it was not obvious that the dependency existed however not the runtime requirement is also a strict buildtime requirement. Therefore update the Makefile accordingly.
BUG=b:203715651,b:209702505 TEST=builds
Change-Id: Id9744424f75299eb8335c1c0c2aca2808bde829d Signed-off-by: Edward O'Callaghan quasisec@google.com --- M util/futility/Makefile.inc 1 file changed, 6 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/36/60236/2