License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / drivers / char / tpm / st33zp24 / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
bf38b871
CR
2#
3# Makefile for ST33ZP24 TPM 1.2 driver
4#
5
6tpm_st33zp24-objs = st33zp24.o
7obj-$(CONFIG_TCG_TIS_ST33ZP24) += tpm_st33zp24.o
8
9tpm_st33zp24_i2c-objs = i2c.o
10obj-$(CONFIG_TCG_TIS_ST33ZP24_I2C) += tpm_st33zp24_i2c.o
f042a315
CR
11
12tpm_st33zp24_spi-objs = spi.o
13obj-$(CONFIG_TCG_TIS_ST33ZP24_SPI) += tpm_st33zp24_spi.o