summaryrefslogtreecommitdiff
path: root/tpm
diff options
context:
space:
mode:
Diffstat (limited to 'tpm')
-rw-r--r--tpm/Makefile.objs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tpm/Makefile.objs b/tpm/Makefile.objs
index dffb567aa3..94ad2e700b 100644
--- a/tpm/Makefile.objs
+++ b/tpm/Makefile.objs
@@ -1 +1,4 @@
common-obj-y = tpm.o
+ifeq ($(CONFIG_TPM),y)
+common-obj-$(CONFIG_TPM_TIS) += tpm_tis.o
+endif