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