]> git.proxmox.com Git - qemu.git/blobdiff - tpm/Makefile.objs
Build the TPM frontend code
[qemu.git] / tpm / Makefile.objs
index dffb567aa36d479b3ce4ae7e132c929d48373502..94ad2e700b0eec36b5d5279bff201578e5250f5b 100644 (file)
@@ -1 +1,4 @@
 common-obj-y = tpm.o
+ifeq ($(CONFIG_TPM),y)
+common-obj-$(CONFIG_TPM_TIS) += tpm_tis.o
+endif