blob: 45634747377eb244ac597398bd3ddce0261f1389 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Nicholas Bellingerc66ac9d2010-12-17 11:11:26 -08002
3target_core_mod-y := target_core_configfs.o \
4 target_core_device.o \
5 target_core_fabric_configfs.o \
6 target_core_fabric_lib.o \
7 target_core_hba.o \
8 target_core_pr.o \
9 target_core_alua.o \
Nicholas Bellingerc66ac9d2010-12-17 11:11:26 -080010 target_core_tmr.o \
11 target_core_tpg.o \
12 target_core_transport.o \
Christoph Hellwigd6e01752012-05-20 11:59:14 -040013 target_core_sbc.o \
Christoph Hellwig88455ec2012-05-20 11:59:13 -040014 target_core_spc.o \
Nicholas Bellingerc66ac9d2010-12-17 11:11:26 -080015 target_core_ua.o \
Nicholas Bellinger12d2338422011-03-14 04:06:11 -070016 target_core_rd.o \
Nicholas Bellingercbf031f2013-08-20 15:38:55 -070017 target_core_stat.o \
18 target_core_xcopy.o
Nicholas Bellingerc66ac9d2010-12-17 11:11:26 -080019
20obj-$(CONFIG_TARGET_CORE) += target_core_mod.o
21
22# Subsystem modules
23obj-$(CONFIG_TCM_IBLOCK) += target_core_iblock.o
24obj-$(CONFIG_TCM_FILEIO) += target_core_file.o
25obj-$(CONFIG_TCM_PSCSI) += target_core_pscsi.o
Andy Grover68d4cef2015-04-14 17:30:05 -070026obj-$(CONFIG_TCM_USER2) += target_core_user.o
Nicholas Bellinger3703b2c2011-03-18 15:39:17 -070027
28# Fabric modules
29obj-$(CONFIG_LOOPBACK_TARGET) += loopback/
Kiran Patil3699d922011-04-18 16:24:14 -070030obj-$(CONFIG_TCM_FC) += tcm_fc/
Nicholas Bellingere48354c2011-07-23 06:43:04 +000031obj-$(CONFIG_ISCSI_TARGET) += iscsi/
Chris Boota511ce32012-04-14 17:50:35 -070032obj-$(CONFIG_SBP_TARGET) += sbp/