]> git.proxmox.com Git - qemu.git/blobdiff - tpm/Makefile.objs
configure: fix TPM logic
[qemu.git] / tpm / Makefile.objs
index 94ad2e700b0eec36b5d5279bff201578e5250f5b..366e4a71289e4a73574d0a6254b8a8eaf64937f3 100644 (file)
@@ -1,4 +1,4 @@
 common-obj-y = tpm.o
-ifeq ($(CONFIG_TPM),y)
+common-obj-$(CONFIG_TPM) += tpm_backend.o
 common-obj-$(CONFIG_TPM_TIS) += tpm_tis.o
-endif
+common-obj-$(CONFIG_TPM_PASSTHROUGH) += tpm_passthrough.o