blob: cb066d78d0485870ad7a5f1dfd59c42b7c6f718b [file] [log] [blame]
Vadim Bendeburydac69642011-10-17 08:36:14 +00001# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
2#
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02003# SPDX-License-Identifier: GPL-2.0+
Vadim Bendeburydac69642011-10-17 08:36:14 +00004#
5
Simon Glasscf294b02015-10-03 06:39:36 -06006obj-$(CONFIG_TPM) += tpm-uclass.o
Simon Glass6c7a2322015-08-22 18:31:31 -06007
Masahiro Yamada5594ce42013-10-17 17:34:57 +09008obj-$(CONFIG_TPM_ATMEL_TWI) += tpm_atmel_twi.o
Christophe Ricard8759ff82015-10-06 22:54:41 +02009obj-$(CONFIG_TPM_TIS_INFINEON) += tpm_tis_infineon.o
Masahiro Yamada5594ce42013-10-17 17:34:57 +090010obj-$(CONFIG_TPM_TIS_LPC) += tpm_tis_lpc.o
Simon Glassba93f4e2013-11-10 10:27:05 -070011obj-$(CONFIG_TPM_TIS_SANDBOX) += tpm_tis_sandbox.o
Christophe Ricard88249232016-01-21 23:27:13 +010012obj-$(CONFIG_TPM_ST33ZP24_I2C) += tpm_tis_st33zp24_i2c.o