### SPDX-License-Identifier: GPL-2.0-only

#
# Copyright (C) 2018-2024 KylinSoft Corporation
#
obj-$(CONFIG_GMJS_TCM_CORE)		+= tcm_core.o
tcm_core-objs				:= tcm.o
obj-$(CONFIG_GMJS_TCM_LPC)		+= tcm_tis.o
obj-$(CONFIG_GMJS_TCM_SPI)		+= tcm_tis_spi.o
obj-$(CONFIG_GMJS_TCM_ACPI_LPC)		+= tcm_tis_lpc.o
