Blame view

drivers/target/Makefile 939 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  # SPDX-License-Identifier: GPL-2.0
c66ac9db8   Nicholas Bellinger   [SCSI] target: Ad...
2
3
4
5
6
7
8
9
  
  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...
10
11
12
  				   target_core_tmr.o \
  				   target_core_tpg.o \
  				   target_core_transport.o \
d6e0175cf   Christoph Hellwig   target: add a par...
13
  				   target_core_sbc.o \
88455ec4b   Christoph Hellwig   target: split par...
14
  				   target_core_spc.o \
c66ac9db8   Nicholas Bellinger   [SCSI] target: Ad...
15
  				   target_core_ua.o \
12d233842   Nicholas Bellinger   [SCSI] target: ad...
16
  				   target_core_rd.o \
cbf031f42   Nicholas Bellinger   target: Add suppo...
17
18
  				   target_core_stat.o \
  				   target_core_xcopy.o
c66ac9db8   Nicholas Bellinger   [SCSI] target: Ad...
19
20
21
22
23
24
25
  
  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
68d4cef3b   Andy Grover   target: Put TCMU ...
26
  obj-$(CONFIG_TCM_USER2)		+= target_core_user.o
3703b2c5d   Nicholas Bellinger   [SCSI] tcm_loop: ...
27
28
29
  
  # Fabric modules
  obj-$(CONFIG_LOOPBACK_TARGET)	+= loopback/
3699d92a4   Kiran Patil   [SCSI] tcm_fc: Ad...
30
  obj-$(CONFIG_TCM_FC)		+= tcm_fc/
e48354ce0   Nicholas Bellinger   iscsi-target: Add...
31
  obj-$(CONFIG_ISCSI_TARGET)	+= iscsi/
a511ce339   Chris Boot   sbp-target: Initi...
32
  obj-$(CONFIG_SBP_TARGET)	+= sbp/