Blame view

drivers/target/Makefile 768 Bytes
c66ac9db8   Nicholas Bellinger   [SCSI] target: Ad...
1
2
3
4
5
6
7
8
  
  target_core_mod-y		:= target_core_configfs.o \
  				   target_core_device.o \
  				   target_core_fabric_configfs.o \
  				   target_core_fabric_lib.o \
  				   target_core_hba.o \
  				   target_core_pr.o \
  				   target_core_alua.o \
c66ac9db8   Nicholas Bellinger   [SCSI] target: Ad...
9
10
11
12
13
  				   target_core_tmr.o \
  				   target_core_tpg.o \
  				   target_core_transport.o \
  				   target_core_cdb.o \
  				   target_core_ua.o \
12d233842   Nicholas Bellinger   [SCSI] target: ad...
14
15
  				   target_core_rd.o \
  				   target_core_stat.o
c66ac9db8   Nicholas Bellinger   [SCSI] target: Ad...
16
17
18
19
20
21
22
  
  obj-$(CONFIG_TARGET_CORE)	+= target_core_mod.o
  
  # Subsystem modules
  obj-$(CONFIG_TCM_IBLOCK)	+= target_core_iblock.o
  obj-$(CONFIG_TCM_FILEIO)	+= target_core_file.o
  obj-$(CONFIG_TCM_PSCSI)		+= target_core_pscsi.o
3703b2c5d   Nicholas Bellinger   [SCSI] tcm_loop: ...
23
24
25
  
  # Fabric modules
  obj-$(CONFIG_LOOPBACK_TARGET)	+= loopback/
3699d92a4   Kiran Patil   [SCSI] tcm_fc: Ad...
26
  obj-$(CONFIG_TCM_FC)		+= tcm_fc/
e48354ce0   Nicholas Bellinger   iscsi-target: Add...
27
  obj-$(CONFIG_ISCSI_TARGET)	+= iscsi/