]> git.proxmox.com Git - mirror_qemu.git/blame - hw/tpm/Makefile.objs
hw/mips: Express dependencies of the r4k platform with Kconfig
[mirror_qemu.git] / hw / tpm / Makefile.objs
CommitLineData
89be9e99 1common-obj-y += tpm_util.o
3b97c01e 2obj-y += tpm_ppi.o
ab214c29 3common-obj-$(CONFIG_TPM_TIS) += tpm_tis.o
4ab6cb4c 4common-obj-$(CONFIG_TPM_CRB) += tpm_crb.o
89be9e99
CH
5common-obj-$(CONFIG_TPM_PASSTHROUGH) += tpm_passthrough.o
6common-obj-$(CONFIG_TPM_EMULATOR) += tpm_emulator.o