1## SPDX-License-Identifier: GPL-2.0-only 2 3ifeq ($(CONFIG_TPM)$(CONFIG_SPI_TPM),yy) 4all-y += tis.c tpm.c 5endif 6