Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / drivers / char / tpm / st33zp24 / Makefile
1 #
2 # Makefile for ST33ZP24 TPM 1.2 driver
3 #
4
5 tpm_st33zp24-objs = st33zp24.o
6 obj-$(CONFIG_TCG_TIS_ST33ZP24) += tpm_st33zp24.o
7
8 tpm_st33zp24_i2c-objs = i2c.o
9 obj-$(CONFIG_TCG_TIS_ST33ZP24_I2C) += tpm_st33zp24_i2c.o
10
11 tpm_st33zp24_spi-objs = spi.o
12 obj-$(CONFIG_TCG_TIS_ST33ZP24_SPI) += tpm_st33zp24_spi.o