summaryrefslogtreecommitdiff
path: root/tpm
diff options
context:
space:
mode:
authorStefan Berger <stefanb@linux.vnet.ibm.com>2013-02-27 12:47:52 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2013-03-12 13:40:12 -0500
commitab214c2960e3a6d2a86b1ff53e9ba2505d173f93 (patch)
treeba3f548edcbe61bb3df4fff511f951300ee49dc0 /tpm
parent8db7c4152188a13b4de6fbab158d61e5dd50e7ec (diff)
downloadqemu-ab214c2960e3a6d2a86b1ff53e9ba2505d173f93.tar.gz
Build the TPM frontend code
Build the TPM frontend code that has been added so far. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com> Reviewed-by: Corey Bryant <coreyb@linux.vnet.ibm.com> Reviewed-by: Joel Schopp <jschopp@linux.vnet.ibm.com> Message-id: 1361987275-26289-5-git-send-email-stefanb@linux.vnet.ibm.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
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