diff options
author | Stefan Berger <stefanb@linux.vnet.ibm.com> | 2013-02-27 12:47:52 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-03-12 13:40:12 -0500 |
commit | ab214c2960e3a6d2a86b1ff53e9ba2505d173f93 (patch) | |
tree | ba3f548edcbe61bb3df4fff511f951300ee49dc0 /tpm | |
parent | 8db7c4152188a13b4de6fbab158d61e5dd50e7ec (diff) | |
download | qemu-ab214c2960e3a6d2a86b1ff53e9ba2505d173f93.zip |
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.objs | 3 |
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 |