summaryrefslogtreecommitdiffstats
path: root/drivers/tpm/Makefile
blob: 0d328f8d9d35110a0037400e71ea51a4df7906dc (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
#
# SPDX-License-Identifier:	GPL-2.0+
#

obj-$(CONFIG_DM_TPM) += tpm-uclass.o

obj-$(CONFIG_TPM_ATMEL_TWI) += tpm_atmel_twi.o
obj-$(CONFIG_TPM_TIS_I2C) += tpm_tis_i2c.o
obj-$(CONFIG_TPM_TIS_LPC) += tpm_tis_lpc.o
obj-$(CONFIG_TPM_TIS_SANDBOX) += tpm_tis_sandbox.o
OpenPOWER on IntegriCloud