]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tpm/Makefile.objs
Add a TPM Passthrough backend driver implementation
[mirror_qemu.git] / tpm / Makefile.objs
index 94ad2e700b0eec36b5d5279bff201578e5250f5b..86768244e4716753fff7c51e15cef5b1bf2886c0 100644 (file)
@@ -1,4 +1,6 @@
 common-obj-y = tpm.o
 ifeq ($(CONFIG_TPM),y)
+common-obj-y += tpm_backend.o
 common-obj-$(CONFIG_TPM_TIS) += tpm_tis.o
+common-obj-$(CONFIG_TPM_PASSTHROUGH) += tpm_passthrough.o
 endif