xref: /openbmc/linux/drivers/char/tpm/st33zp24/Makefile (revision b2441318)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
2bf38b871SChristophe Ricard#
3bf38b871SChristophe Ricard# Makefile for ST33ZP24 TPM 1.2 driver
4bf38b871SChristophe Ricard#
5bf38b871SChristophe Ricard
6bf38b871SChristophe Ricardtpm_st33zp24-objs = st33zp24.o
7bf38b871SChristophe Ricardobj-$(CONFIG_TCG_TIS_ST33ZP24) += tpm_st33zp24.o
8bf38b871SChristophe Ricard
9bf38b871SChristophe Ricardtpm_st33zp24_i2c-objs = i2c.o
10bf38b871SChristophe Ricardobj-$(CONFIG_TCG_TIS_ST33ZP24_I2C) += tpm_st33zp24_i2c.o
11f042a315SChristophe Ricard
12f042a315SChristophe Ricardtpm_st33zp24_spi-objs = spi.o
13f042a315SChristophe Ricardobj-$(CONFIG_TCG_TIS_ST33ZP24_SPI) += tpm_st33zp24_spi.o
14