summary refs log tree commit diff stats
path: root/backends/tpm/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'backends/tpm/Makefile.objs')
-rw-r--r--backends/tpm/Makefile.objs4
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/tpm/Makefile.objs b/backends/tpm/Makefile.objs
new file mode 100644
index 0000000000..db2731f634
--- /dev/null
+++ b/backends/tpm/Makefile.objs
@@ -0,0 +1,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