]> git.proxmox.com Git - mirror_qemu.git/commit
hw/tpm: Only build tpm_ppi.o if any of TPM_TIS/TPM_CRB is built
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Sat, 27 Apr 2019 13:18:57 +0000 (15:18 +0200)
committerStefan Berger <stefanb@linux.vnet.ibm.com>
Mon, 8 Jul 2019 14:04:38 +0000 (10:04 -0400)
commit2bb086f779e079851dd2fd5edb87864893278fb6
treeefeff40658f9f63b7851cc68586d0bd85304b081
parent506179e42112be77bfd071f050b15762d3b2cd43
hw/tpm: Only build tpm_ppi.o if any of TPM_TIS/TPM_CRB is built

The TPM Physical Presence Interface routines are only used
by the CRB/TIS interfaces. Do not compile this file if any
of them is built.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
hw/tpm/Makefile.objs