1*4882a593Smuzhiyun# SPDX-License-Identifier: GPL-2.0-only 2*4882a593Smuzhiyun 3*4882a593Smuzhiyunobj-$(CONFIG_FSI) += fsi-core.o 4*4882a593Smuzhiyunobj-$(CONFIG_FSI_MASTER_HUB) += fsi-master-hub.o 5*4882a593Smuzhiyunobj-$(CONFIG_FSI_MASTER_ASPEED) += fsi-master-aspeed.o 6*4882a593Smuzhiyunobj-$(CONFIG_FSI_MASTER_GPIO) += fsi-master-gpio.o 7*4882a593Smuzhiyunobj-$(CONFIG_FSI_MASTER_AST_CF) += fsi-master-ast-cf.o 8*4882a593Smuzhiyunobj-$(CONFIG_FSI_SCOM) += fsi-scom.o 9*4882a593Smuzhiyunobj-$(CONFIG_FSI_SBEFIFO) += fsi-sbefifo.o 10*4882a593Smuzhiyunobj-$(CONFIG_FSI_OCC) += fsi-occ.o 11