Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200305' into...
[qemu/ar7.git] / hw / tpm / Makefile.objs
blob85eb99ae05923d1fec2a57ddcee2dfe12dfc163b
1 common-obj-$(CONFIG_TPM) += tpm_util.o
2 obj-$(call lor,$(CONFIG_TPM_TIS),$(CONFIG_TPM_CRB)) += tpm_ppi.o
3 common-obj-$(CONFIG_TPM_TIS) += tpm_tis.o
4 common-obj-$(CONFIG_TPM_CRB) += tpm_crb.o
5 common-obj-$(CONFIG_TPM_PASSTHROUGH) += tpm_passthrough.o
6 common-obj-$(CONFIG_TPM_EMULATOR) += tpm_emulator.o
7 obj-$(CONFIG_TPM_SPAPR) += tpm_spapr.o