aboutsummaryrefslogtreecommitdiff
path: root/src/security/tpm
diff options
context:
space:
mode:
authorFrans Hendriks <fhendriks@eltan.com>2019-06-13 15:46:12 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-06-21 08:41:44 +0000
commit7c05d2a6411ed11fa98fb7e85725c0b5dc82c442 (patch)
treef56d8904b78aa4f7077391d799c7a52922645ff8 /src/security/tpm
parente621d8f11a2bdad4920cbb7c4293fdfd98adf4bd (diff)
security/tpm/Makefile.inc: Remove VBOOT dependency for tss files in postcar
tss_marshaling.c and tss.c depends on VBOOT for postcar. Eltan vendorcode used function in these file, but has VBOOT disabled. Remove depency of VBOOT for postcar fo tss/tcg-2.0/tss-marshaling.c and tss/tcg-2.0/tss.c BUG=N/A TEST=Created binary and verify logging on Facebook FBG-1701 Change-Id: I195c79283abf403208f406518372bf52289772ed Signed-off-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33444 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/security/tpm')
-rw-r--r--src/security/tpm/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/security/tpm/Makefile.inc b/src/security/tpm/Makefile.inc
index c05fb55a88..a2d32cff89 100644
--- a/src/security/tpm/Makefile.inc
+++ b/src/security/tpm/Makefile.inc
@@ -36,8 +36,8 @@ romstage-y += tss/tcg-2.0/tss.c
verstage-$(CONFIG_VBOOT) += tss/tcg-2.0/tss_marshaling.c
verstage-$(CONFIG_VBOOT) += tss/tcg-2.0/tss.c
-postcar-$(CONFIG_VBOOT) += tss/tcg-2.0/tss_marshaling.c
-postcar-$(CONFIG_VBOOT) += tss/tcg-2.0/tss.c
+postcar-y += tss/tcg-2.0/tss_marshaling.c
+postcar-y += tss/tcg-2.0/tss.c
## TSPI