![]() |
|
|||
0001 # SPDX-License-Identifier: GPL-2.0 0002 # 0003 # Makefile for ST33ZP24 TPM 1.2 driver 0004 # 0005 0006 tpm_st33zp24-objs = st33zp24.o 0007 obj-$(CONFIG_TCG_TIS_ST33ZP24) += tpm_st33zp24.o 0008 0009 tpm_st33zp24_i2c-objs = i2c.o 0010 obj-$(CONFIG_TCG_TIS_ST33ZP24_I2C) += tpm_st33zp24_i2c.o 0011 0012 tpm_st33zp24_spi-objs = spi.o 0013 obj-$(CONFIG_TCG_TIS_ST33ZP24_SPI) += tpm_st33zp24_spi.o
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |