11a459660SWolfgang Denk# SPDX-License-Identifier: GPL-2.0+ 283d290c5STom Rini# Copyright (c) 2011 The Chromium OS Authors. All rights reserved. 35e124724SVadim Bendebury 46307896cSSimon Glassobj-$(CONFIG_$(SPL_TPL_)TPM) += tpm-uclass.o 5f255d31fSSimon Glass 6710f1d3dSMasahiro Yamadaobj-$(CONFIG_TPM_ATMEL_TWI) += tpm_atmel_twi.o 70766ad2fSChristophe Ricardobj-$(CONFIG_TPM_TIS_INFINEON) += tpm_tis_infineon.o 8710f1d3dSMasahiro Yamadaobj-$(CONFIG_TPM_TIS_LPC) += tpm_tis_lpc.o 9ed3f5a30SSimon Glassobj-$(CONFIG_TPM_TIS_SANDBOX) += tpm_tis_sandbox.o 103aa74088SChristophe Ricardobj-$(CONFIG_TPM_ST33ZP24_I2C) += tpm_tis_st33zp24_i2c.o 11b75fdc11SChristophe Ricardobj-$(CONFIG_TPM_ST33ZP24_SPI) += tpm_tis_st33zp24_spi.o 12eb46910bSMiquel Raynal 132bae712fSMiquel Raynalobj-$(CONFIG_TPM2_TIS_SANDBOX) += tpm2_tis_sandbox.o 14eb46910bSMiquel Raynalobj-$(CONFIG_TPM2_TIS_SPI) += tpm2_tis_spi.o 15*2a90a5edSEddie Jamesobj-$(CONFIG_TPM2_TIS_I2C) += tpm2_tis_core.o tpm2_tis_i2c.o 16