From e1461960306ac3c107653de448062a9a7963b248 Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Mon, 20 Dec 2021 13:26:07 +1100 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/60236 Tested-by: build bot (Jenkins) Reviewed-by: Yu-Ping Wu Reviewed-by: Hsuan-ting Chen --- util/futility/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'util/futility/Makefile.inc') 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 -- cgit v1.2.3