aboutsummaryrefslogtreecommitdiff
path: root/tpm/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'tpm/Makefile.objs')
-rw-r--r--tpm/Makefile.objs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tpm/Makefile.objs b/tpm/Makefile.objs
index 94ad2e700b..86768244e4 100644
--- a/tpm/Makefile.objs
+++ b/tpm/Makefile.objs
@@ -1,4 +1,6 @@
common-obj-y = tpm.o
ifeq ($(CONFIG_TPM),y)
+common-obj-y += tpm_backend.o
common-obj-$(CONFIG_TPM_TIS) += tpm_tis.o
+common-obj-$(CONFIG_TPM_PASSTHROUGH) += tpm_passthrough.o
endif