18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ci# 38c2ecf20Sopenharmony_ci# Makefile for ST33ZP24 TPM 1.2 driver 48c2ecf20Sopenharmony_ci# 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_citpm_st33zp24-objs = st33zp24.o 78c2ecf20Sopenharmony_ciobj-$(CONFIG_TCG_TIS_ST33ZP24) += tpm_st33zp24.o 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_citpm_st33zp24_i2c-objs = i2c.o 108c2ecf20Sopenharmony_ciobj-$(CONFIG_TCG_TIS_ST33ZP24_I2C) += tpm_st33zp24_i2c.o 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_citpm_st33zp24_spi-objs = spi.o 138c2ecf20Sopenharmony_ciobj-$(CONFIG_TCG_TIS_ST33ZP24_SPI) += tpm_st33zp24_spi.o 14