]> Git Repo - qemu.git/blob - hw/tpm/Makefile.objs
Merge remote-tracking branch 'remotes/juanquintela/tags/pull-migration-pull-request...
[qemu.git] / hw / tpm / Makefile.objs
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
This page took 0.02486 seconds and 4 git commands to generate.