From 5cbf45e1e8d041000b257ebb89b69f0f6de5922d Mon Sep 17 00:00:00 2001 From: Maximilian Brune Date: Mon, 26 Dec 2022 06:37:21 +0100 Subject: src/security/vboot: Fix wrong CONFIG name Signed-off-by: Maximilian Brune Change-Id: I2af3bc9bf9eaf258b9180da5fc5494b21764f379 Reviewed-on: https://review.coreboot.org/c/coreboot/+/71518 Reviewed-by: Yu-Ping Wu Tested-by: build bot (Jenkins) --- src/security/vboot/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/security/vboot/Makefile.inc b/src/security/vboot/Makefile.inc index e4771dd415..2f8cb8215e 100644 --- a/src/security/vboot/Makefile.inc +++ b/src/security/vboot/Makefile.inc @@ -34,7 +34,7 @@ $$(VBOOT_LIB_$(1)): $(obj)/config.h BUILD=$$(abspath $$(dir $$(VBOOT_LIB_$(1)))) \ V=$(V) \ fwlib \ - $(if $(CONFIG_INCLUDE_VBOOT_SBOM),$$(abspath $$(dir $$(VBOOT_LIB_$(1))))/vboot_host.pc) + $(if $(CONFIG_SBOM_VBOOT),$$(abspath $$(dir $$(VBOOT_LIB_$(1))))/vboot_host.pc) $(1)-srcs += $$(VBOOT_LIB_$(1)) -- cgit v1.2.1