aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/drivers/tpm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/drivers/tpm/Makefile')
-rw-r--r--roms/u-boot/drivers/tpm/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/tpm/Makefile b/roms/u-boot/drivers/tpm/Makefile
new file mode 100644
index 000000000..f64d20067
--- /dev/null
+++ b/roms/u-boot/drivers/tpm/Makefile
@@ -0,0 +1,16 @@
+# SPDX-License-Identifier: GPL-2.0+
+# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
+
+obj-$(CONFIG_$(SPL_TPL_)TPM) += tpm-uclass.o
+
+obj-$(CONFIG_TPM_ATMEL_TWI) += tpm_atmel_twi.o
+obj-$(CONFIG_TPM_TIS_INFINEON) += tpm_tis_infineon.o
+obj-$(CONFIG_TPM_TIS_LPC) += tpm_tis_lpc.o
+obj-$(CONFIG_TPM_TIS_SANDBOX) += tpm_tis_sandbox.o
+obj-$(CONFIG_TPM_ST33ZP24_I2C) += tpm_tis_st33zp24_i2c.o
+obj-$(CONFIG_TPM_ST33ZP24_SPI) += tpm_tis_st33zp24_spi.o
+
+obj-$(CONFIG_$(SPL_TPL_)TPM2_CR50_I2C) += cr50_i2c.o
+obj-$(CONFIG_TPM2_TIS_SANDBOX) += tpm2_tis_sandbox.o
+obj-$(CONFIG_TPM2_TIS_SPI) += tpm2_tis_spi.o
+obj-$(CONFIG_TPM2_FTPM_TEE) += tpm2_ftpm_tee.o