]> git.proxmox.com Git - qemu.git/blob - tpm/Makefile.objs
366e4a71289e4a73574d0a6254b8a8eaf64937f3
[qemu.git] / tpm / Makefile.objs
1 common-obj-y = tpm.o
2 common-obj-$(CONFIG_TPM) += tpm_backend.o
3 common-obj-$(CONFIG_TPM_TIS) += tpm_tis.o
4 common-obj-$(CONFIG_TPM_PASSTHROUGH) += tpm_passthrough.o