]> git.proxmox.com Git - qemu.git/blame - tpm/Makefile.objs
tcg-s390: Fix movi
[qemu.git] / tpm / Makefile.objs
CommitLineData
d1a0cf73 1common-obj-y = tpm.o
ab214c29 2ifeq ($(CONFIG_TPM),y)
4549a8b7 3common-obj-y += tpm_backend.o
ab214c29 4common-obj-$(CONFIG_TPM_TIS) += tpm_tis.o
4549a8b7 5common-obj-$(CONFIG_TPM_PASSTHROUGH) += tpm_passthrough.o
ab214c29 6endif