From 97fda101e3c996d52e8f1081eae13673941e0c80 Mon Sep 17 00:00:00 2001 From: Philipp Deppenwiese Date: Thu, 8 Nov 2018 10:49:38 +0100 Subject: drivers/*/tpm: Add postcar target Now postcar is a standalone stage, add it as target to all TPM bus drivers. This is a required for a measured boot. Change-Id: I758185daf3941a29883c2256b900360e112275e1 Signed-off-by: Philipp Deppenwiese Reviewed-on: https://review.coreboot.org/29546 Reviewed-by: Werner Zeh Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/drivers/spi/tpm/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/drivers/spi/tpm/Makefile.inc') diff --git a/src/drivers/spi/tpm/Makefile.inc b/src/drivers/spi/tpm/Makefile.inc index fd214c63ca..01d3b6641e 100644 --- a/src/drivers/spi/tpm/Makefile.inc +++ b/src/drivers/spi/tpm/Makefile.inc @@ -2,3 +2,4 @@ bootblock-$(CONFIG_SPI_TPM) += tis.c tpm.c verstage-$(CONFIG_SPI_TPM) += tis.c tpm.c romstage-$(CONFIG_SPI_TPM) += tis.c tpm.c ramstage-$(CONFIG_SPI_TPM) += tis.c tpm.c +postcar-$(CONFIG_SPI_TPM) += tis.c tpm.c -- cgit v1.2.3