xref: /openbmc/u-boot/drivers/tpm/Makefile (revision 83d290c5)
11a459660SWolfgang Denk# SPDX-License-Identifier: GPL-2.0+
2*83d290c5STom Rini# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
35e124724SVadim Bendebury
42419cd16SSimon Glassobj-$(CONFIG_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
12