aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/crb/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/crb/Makefile.inc')
-rw-r--r--src/drivers/crb/Makefile.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/drivers/crb/Makefile.inc b/src/drivers/crb/Makefile.inc
new file mode 100644
index 0000000000..3f12b36923
--- /dev/null
+++ b/src/drivers/crb/Makefile.inc
@@ -0,0 +1,5 @@
+bootblock-$(CONFIG_CRB_TPM) += tis.c tpm.c
+verstage-$(CONFIG_CRB_TPM) += tis.c tpm.c
+romstage-$(CONFIG_CRB_TPM) += tis.c tpm.c
+ramstage-$(CONFIG_CRB_TPM) += tis.c tpm.c
+postcar-$(CONFIG_CRB_TPM) += tis.c tpm.c