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