]> git.sur5r.net Git - u-boot/blobdiff - drivers/tpm/Makefile
spi: xilinx_spi: Added support to read JEDEC-id twice at the boot time
[u-boot] / drivers / tpm / Makefile
index e5fc86ff9539a8da5283d0e17c6b9f952188f577..af473ef662e83756850d04d4425a54e231afd8a5 100644 (file)
@@ -9,3 +9,6 @@ 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_TPM2_TIS_SANDBOX) += tpm2_tis_sandbox.o
+obj-$(CONFIG_TPM2_TIS_SPI) += tpm2_tis_spi.o