]> git.ipfire.org Git - thirdparty/u-boot.git/blame - drivers/tpm/Makefile
Init virtio before loading ENV from EXT4 or FAT
[thirdparty/u-boot.git] / drivers / tpm / Makefile
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
5e124724 2# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
5e124724 3
6307896c 4obj-$(CONFIG_$(SPL_TPL_)TPM) += tpm-uclass.o
f255d31f 5
710f1d3d 6obj-$(CONFIG_TPM_ATMEL_TWI) += tpm_atmel_twi.o
0766ad2f 7obj-$(CONFIG_TPM_TIS_INFINEON) += tpm_tis_infineon.o
710f1d3d 8obj-$(CONFIG_TPM_TIS_LPC) += tpm_tis_lpc.o
974c98f2 9obj-$(CONFIG_TPM_TIS_SANDBOX) += tpm_tis_sandbox.o sandbox_common.o
3aa74088 10obj-$(CONFIG_TPM_ST33ZP24_I2C) += tpm_tis_st33zp24_i2c.o
b75fdc11 11obj-$(CONFIG_TPM_ST33ZP24_SPI) += tpm_tis_st33zp24_spi.o
eb46910b 12
13ad993f 13obj-$(CONFIG_$(SPL_TPL_)TPM2_CR50_I2C) += cr50_i2c.o
974c98f2 14obj-$(CONFIG_TPM2_TIS_SANDBOX) += tpm2_tis_sandbox.o sandbox_common.o
a5c30c26 15obj-$(CONFIG_TPM2_TIS_SPI) += tpm2_tis_core.o tpm2_tis_spi.o
9f971dac 16obj-$(CONFIG_TPM2_TIS_I2C) += tpm2_tis_core.o tpm2_tis_i2c.o
8d73be7a 17obj-$(CONFIG_TPM2_FTPM_TEE) += tpm2_ftpm_tee.o
e0ff3489 18obj-$(CONFIG_TPM2_MMIO) += tpm2_tis_core.o tpm2_tis_mmio.o