summaryrefslogtreecommitdiff
path: root/hw/tpm/Makefile.objs
blob: 1dc9f8bf2c93f83644fef8082ff11c0222d83961 (plain)
1
2
3
4
5
common-obj-y += tpm_util.o
common-obj-$(CONFIG_TPM_TIS) += tpm_tis.o
common-obj-$(CONFIG_TPM_CRB) += tpm_crb.o
common-obj-$(CONFIG_TPM_PASSTHROUGH) += tpm_passthrough.o
common-obj-$(CONFIG_TPM_EMULATOR) += tpm_emulator.o