]> git.ipfire.org Git - people/ms/u-boot.git/blame - drivers/tpm/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-video
[people/ms/u-boot.git] / drivers / tpm / Makefile
CommitLineData
5e124724
VB
1# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
2#
1a459660 3# SPDX-License-Identifier: GPL-2.0+
5e124724
VB
4#
5
1b393db5 6# TODO: Merge tpm_tis_lpc.c with tpm.c
710f1d3d
MY
7obj-$(CONFIG_TPM_ATMEL_TWI) += tpm_atmel_twi.o
8obj-$(CONFIG_TPM_TIS_I2C) += tpm.o
9obj-$(CONFIG_TPM_TIS_I2C) += tpm_tis_i2c.o
10obj-$(CONFIG_TPM_TIS_LPC) += tpm_tis_lpc.o
ed3f5a30 11obj-$(CONFIG_TPM_TIS_SANDBOX) += tpm_tis_sandbox.o