aboutsummaryrefslogtreecommitdiff
path: root/hw/tpm/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'hw/tpm/Makefile.objs')
-rw-r--r--hw/tpm/Makefile.objs5
1 files changed, 0 insertions, 5 deletions
diff --git a/hw/tpm/Makefile.objs b/hw/tpm/Makefile.objs
deleted file mode 100644
index 1dc9f8bf2c..0000000000
--- a/hw/tpm/Makefile.objs
+++ /dev/null
@@ -1,5 +0,0 @@
-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