From bb58c1e438afab7a7ad89423b84d248495fc7cc3 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Sat, 18 Jun 2022 12:00:33 +0200 Subject: [PATCH] util/cbfstool: Set `USE_FLASHROM=0` to build vboot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cbfstool does not need to build vboot with flashrom support. TEST=./util/abuild/abuild -a --timeless -y -c $(nproc) -Z -t hp/280_g2 no longer fails due to missing libflashrom.h header. Change-Id: I57edcb1b67baa4c458874b11e9ca0238b4419c46 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/65216 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Nico Huber Reviewed-by: Kyösti Mälkki Reviewed-by: Felix Singer --- util/cbfstool/Makefile.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/util/cbfstool/Makefile.inc b/util/cbfstool/Makefile.inc index 7b2d75d2bb..a60cee1e27 100644 --- a/util/cbfstool/Makefile.inc +++ b/util/cbfstool/Makefile.inc @@ -155,6 +155,7 @@ $(VBOOT_HOSTLIB): BUILD=$(VBOOT_HOST_BUILD) \ CC="$(HOSTCC)" \ PKG_CONFIG="true" \ + USE_FLASHROM=0 \ V=$(V) \ DEBUG= \ hostlib