summaryrefslogtreecommitdiffstats
path: root/src/vendorcode/eltan
diff options
context:
space:
mode:
authorFrans Hendriks <fhendriks@eltan.com>2019-08-23 07:51:35 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-08-26 13:46:13 +0000
commit47cef8f95b436b604def4b86d6f7b8599da10c3f (patch)
tree4af3b6adc52850d20e432a47b676f32722fb9885 /src/vendorcode/eltan
parent4af1fe23f8658ec51380b68ecdd317ddc1dfb854 (diff)
downloadcoreboot-47cef8f95b436b604def4b86d6f7b8599da10c3f.tar.gz
coreboot-47cef8f95b436b604def4b86d6f7b8599da10c3f.tar.bz2
coreboot-47cef8f95b436b604def4b86d6f7b8599da10c3f.zip
vendorcode/eltan/security/lib: Always include cb_sha.c for bootblock
cb_sha.c depends on C_ENVIRONMENT_BOOTBLOCK. Include cb_sha.c unconditional since C_ENVIRONMENT_BOOTBLOCK is default for chipsets. BUG=N/A TEST=Boot Linux 4.20 and verify logging on Facebook FBG-1701 Change-Id: If93195596efe7d8f298430e67eb1cf79804b96fc Signed-off-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34667 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lance Zhao <lance.zhao@gmail.com>
Diffstat (limited to 'src/vendorcode/eltan')
-rw-r--r--src/vendorcode/eltan/security/lib/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vendorcode/eltan/security/lib/Makefile.inc b/src/vendorcode/eltan/security/lib/Makefile.inc
index 1f747592533c..2e11fb5a00ca 100644
--- a/src/vendorcode/eltan/security/lib/Makefile.inc
+++ b/src/vendorcode/eltan/security/lib/Makefile.inc
@@ -40,7 +40,7 @@ CFLAGS_common += -I3rdparty/vboot/firmware/lib21/include
ifneq ($(filter y,$(CONFIG_VENDORCODE_ELTAN_VBOOT) $(CONFIG_VENDORCODE_ELTAN_MBOOT)),)
-bootblock-$(CONFIG_C_ENVIRONMENT_BOOTBLOCK) += cb_sha.c
+bootblock-y += cb_sha.c
bootblock-y += ../../../../security/vboot/vboot_logic.c
$(eval $(call vendor-security-lib,bootblock))
bootblock-srcs += $(obj)/external/ven_sec_lib-bootblock/vboot_fw21.a