summaryrefslogtreecommitdiff
path: root/src/drivers/tpm/Makefile.inc
diff options
context:
space:
mode:
authorPatrick Rudolph <patrick.rudolph@9elements.com>2020-09-21 09:48:53 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-11-22 22:27:29 +0000
commitd8d8be1a6a008d061727ddd07bd39bd435c4aaf0 (patch)
tree8f6c766dc31217d3d7a468fe671fefb61fed2811 /src/drivers/tpm/Makefile.inc
parentac7f461d8d592cc3cbad0be491f15fe4238e1348 (diff)
drivers/tpm: Move PPI stub
As preparation to a full PPI implementation move the acpi code out of the pc80/tpm/tis driver into the generic tpm driver folder. This doesn't change any functionality. Change-Id: I7818d0344d4a08926195bd4804565502717c48fa Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45567 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/drivers/tpm/Makefile.inc')
-rw-r--r--src/drivers/tpm/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/tpm/Makefile.inc b/src/drivers/tpm/Makefile.inc
index 4e80600ddf..5fc4632912 100644
--- a/src/drivers/tpm/Makefile.inc
+++ b/src/drivers/tpm/Makefile.inc
@@ -1 +1,3 @@
ramstage-$(CONFIG_TPM_INIT) += tpm.c
+
+ramstage-$(CONFIG_HAVE_ACPI_TABLES) += ppi_stub.c