]> Git Repo - J-u-boot.git/blame - drivers/tpm/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-spi
[J-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
2419cd16 4obj-$(CONFIG_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
ed3f5a30 9obj-$(CONFIG_TPM_TIS_SANDBOX) += tpm_tis_sandbox.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
2bae712f 13obj-$(CONFIG_TPM2_TIS_SANDBOX) += tpm2_tis_sandbox.o
eb46910b 14obj-$(CONFIG_TPM2_TIS_SPI) += tpm2_tis_spi.o
This page took 0.351501 seconds and 4 git commands to generate.