Merge branch 'drm-next' of ../main_line/linux-drm into dave-drm-next
[deliverable/linux.git] / drivers / target / Makefile
1
2 target_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 \
9 target_core_tmr.o \
10 target_core_tpg.o \
11 target_core_transport.o \
12 target_core_cdb.o \
13 target_core_ua.o \
14 target_core_rd.o \
15 target_core_stat.o
16
17 obj-$(CONFIG_TARGET_CORE) += target_core_mod.o
18
19 # Subsystem modules
20 obj-$(CONFIG_TCM_IBLOCK) += target_core_iblock.o
21 obj-$(CONFIG_TCM_FILEIO) += target_core_file.o
22 obj-$(CONFIG_TCM_PSCSI) += target_core_pscsi.o
23
24 # Fabric modules
25 obj-$(CONFIG_LOOPBACK_TARGET) += loopback/
26 obj-$(CONFIG_TCM_FC) += tcm_fc/
27 obj-$(CONFIG_ISCSI_TARGET) += iscsi/
28 obj-$(CONFIG_SBP_TARGET) += sbp/
This page took 0.061426 seconds and 5 git commands to generate.