0001
0002
0003 target_core_mod-y := target_core_configfs.o \
0004 target_core_device.o \
0005 target_core_fabric_configfs.o \
0006 target_core_fabric_lib.o \
0007 target_core_hba.o \
0008 target_core_pr.o \
0009 target_core_alua.o \
0010 target_core_tmr.o \
0011 target_core_tpg.o \
0012 target_core_transport.o \
0013 target_core_sbc.o \
0014 target_core_spc.o \
0015 target_core_ua.o \
0016 target_core_rd.o \
0017 target_core_stat.o \
0018 target_core_xcopy.o
0019
0020 obj-$(CONFIG_TARGET_CORE) += target_core_mod.o
0021
0022
0023 obj-$(CONFIG_TCM_IBLOCK) += target_core_iblock.o
0024 obj-$(CONFIG_TCM_FILEIO) += target_core_file.o
0025 obj-$(CONFIG_TCM_PSCSI) += target_core_pscsi.o
0026 obj-$(CONFIG_TCM_USER2) += target_core_user.o
0027
0028
0029 obj-$(CONFIG_LOOPBACK_TARGET) += loopback/
0030 obj-$(CONFIG_TCM_FC) += tcm_fc/
0031 obj-$(CONFIG_ISCSI_TARGET) += iscsi/
0032 obj-$(CONFIG_SBP_TARGET) += sbp/