blob: e619c0266a7939bdae8f52ff1da8390e90de6b6b [file] [log] [blame]
Nicholas Bellingerc66ac9d2010-12-17 11:11:26 -08001
2target_core_mod-y := target_core_configfs.o \
3 target_core_device.o \
4 target_core_fabric_configfs.o \
5 target_core_fabric_lib.o \
6 target_core_hba.o \
7 target_core_pr.o \
8 target_core_alua.o \
Nicholas Bellingerc66ac9d2010-12-17 11:11:26 -08009 target_core_tmr.o \
10 target_core_tpg.o \
11 target_core_transport.o \
Christoph Hellwigd6e01752012-05-20 11:59:14 -040012 target_core_sbc.o \
Christoph Hellwig88455ec2012-05-20 11:59:13 -040013 target_core_spc.o \
Nicholas Bellingerc66ac9d2010-12-17 11:11:26 -080014 target_core_ua.o \
Nicholas Bellinger12d2338422011-03-14 04:06:11 -070015 target_core_rd.o \
Nicholas Bellingercbf031f2013-08-20 15:38:55 -070016 target_core_stat.o \
17 target_core_xcopy.o
Nicholas Bellingerc66ac9d2010-12-17 11:11:26 -080018
19obj-$(CONFIG_TARGET_CORE) += target_core_mod.o
20
21# Subsystem modules
22obj-$(CONFIG_TCM_IBLOCK) += target_core_iblock.o
23obj-$(CONFIG_TCM_FILEIO) += target_core_file.o
24obj-$(CONFIG_TCM_PSCSI) += target_core_pscsi.o
Andy Grover68d4cef2015-04-14 17:30:05 -070025obj-$(CONFIG_TCM_USER2) += target_core_user.o
Nicholas Bellinger3703b2c2011-03-18 15:39:17 -070026
27# Fabric modules
28obj-$(CONFIG_LOOPBACK_TARGET) += loopback/
Kiran Patil3699d922011-04-18 16:24:14 -070029obj-$(CONFIG_TCM_FC) += tcm_fc/
Nicholas Bellingere48354c2011-07-23 06:43:04 +000030obj-$(CONFIG_ISCSI_TARGET) += iscsi/
Chris Boota511ce32012-04-14 17:50:35 -070031obj-$(CONFIG_SBP_TARGET) += sbp/