mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
tpm: Separate TPM_TIS and TPM_TIS_ISA configs
Let's separate the compilation of tpm_tis_common.c from the compilation of tpm_tis_isa.c The common part will be also compiled along with the tpm_tis_sysbus device. Signed-off-by: Eric Auger <eric.auger@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Message-id: 20200305165149.618-5-eric.auger@redhat.com Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
ac90053dcc
commit
2e8f7675b5
5 changed files with 12 additions and 6 deletions
|
@ -54,8 +54,8 @@ check-qtest-i386-y += q35-test
|
|||
check-qtest-i386-y += vmgenid-test
|
||||
check-qtest-i386-$(CONFIG_TPM_CRB) += tpm-crb-swtpm-test
|
||||
check-qtest-i386-$(CONFIG_TPM_CRB) += tpm-crb-test
|
||||
check-qtest-i386-$(CONFIG_TPM_TIS) += tpm-tis-swtpm-test
|
||||
check-qtest-i386-$(CONFIG_TPM_TIS) += tpm-tis-test
|
||||
check-qtest-i386-$(CONFIG_TPM_TIS_ISA) += tpm-tis-swtpm-test
|
||||
check-qtest-i386-$(CONFIG_TPM_TIS_ISA) += tpm-tis-test
|
||||
check-qtest-i386-$(CONFIG_SLIRP) += test-netfilter
|
||||
check-qtest-i386-$(CONFIG_POSIX) += test-filter-mirror
|
||||
check-qtest-i386-$(CONFIG_RTL8139_PCI) += test-filter-redirector
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue