aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorEdward O'Callaghan <quasisec@google.com>2021-12-20 13:26:07 +1100
committerEdward O'Callaghan <quasisec@chromium.org>2021-12-25 10:12:23 +0000
commite1461960306ac3c107653de448062a9a7963b248 (patch)
treed5f62774688a2e66f4e3c2516e46da795103b705 /util
parent564accf926ff332bc1c0d4d17b1f47c9a5b87321 (diff)
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> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60236 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yu-Ping Wu <yupingso@google.com> Reviewed-by: Hsuan-ting Chen <roccochen@google.com>
Diffstat (limited to 'util')
-rw-r--r--util/futility/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/futility/Makefile.inc b/util/futility/Makefile.inc
index 9890339d46..45627a94ed 100644
--- a/util/futility/Makefile.inc
+++ b/util/futility/Makefile.inc
@@ -11,6 +11,7 @@ $(VBOOT_FUTILITY): | check-openssl-presence
CC="$(HOSTCC)" \
PKG_CONFIG="$(HOSTPKGCONFIG)" \
V=$(V) \
+ USE_FLASHROM=0 \
$@
.PHONY: check-openssl-presence