aboutsummaryrefslogtreecommitdiff
path: root/backends/tpm/Makefile.objs
blob: db2731f634f6d12fb62dd90f003364d759efbb5d (plain)
1
2
3
4
common-obj-y += tpm_backend.o
common-obj-y += tpm_util.o
common-obj-$(CONFIG_TPM_PASSTHROUGH) += tpm_passthrough.o
common-obj-$(CONFIG_TPM_EMULATOR) += tpm_emulator.o