diff options
Diffstat (limited to 'src/drivers/i2c/tpm/Makefile.inc')
-rw-r--r-- | src/drivers/i2c/tpm/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/i2c/tpm/Makefile.inc b/src/drivers/i2c/tpm/Makefile.inc index ae50f2b342..f576109eed 100644 --- a/src/drivers/i2c/tpm/Makefile.inc +++ b/src/drivers/i2c/tpm/Makefile.inc @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + ifeq ($(CONFIG_TPM)$(CONFIG_I2C_TPM),yy) all-$(CONFIG_DRIVER_TIS_DEFAULT) += tis.c |