]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/tpm/Makefile
dm: tpm: Add a uclass for Trusted Platform Modules
[karo-tx-uboot.git] / drivers / tpm / Makefile
index 597966ce1fad02382055abecf6194249a4c9bcaa..0d328f8d9d35110a0037400e71ea51a4df7906dc 100644 (file)
@@ -3,6 +3,8 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
+obj-$(CONFIG_DM_TPM) += tpm-uclass.o
+
 obj-$(CONFIG_TPM_ATMEL_TWI) += tpm_atmel_twi.o
 obj-$(CONFIG_TPM_TIS_I2C) += tpm_tis_i2c.o
 obj-$(CONFIG_TPM_TIS_LPC) += tpm_tis_lpc.o