xref: /linux-6.3-rc2/drivers/target/Makefile
  • Home
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • current directory
1 # SPDX-License-Identifier: GPL-2.0
2 
3 target_core_mod-y		:= target_core_configfs.o \
4 				   target_core_device.o \
5 				   target_core_fabric_configfs.o \
6 				   target_core_fabric_lib.o \
7 				   target_core_hba.o \
8 				   target_core_pr.o \
9 				   target_core_alua.o \
10 				   target_core_tmr.o \
11 				   target_core_tpg.o \
12 				   target_core_transport.o \
13 				   target_core_sbc.o \
14 				   target_core_spc.o \
15 				   target_core_ua.o \
16 				   target_core_rd.o \
17 				   target_core_stat.o \
18 				   target_core_xcopy.o
19 
20 obj-$(CONFIG_TARGET_CORE)	+= target_core_mod.o
21 
22 # Subsystem modules
23 obj-$(CONFIG_TCM_IBLOCK)	+= target_core_iblock.o
24 obj-$(CONFIG_TCM_FILEIO)	+= target_core_file.o
25 obj-$(CONFIG_TCM_PSCSI)		+= target_core_pscsi.o
26 obj-$(CONFIG_TCM_USER2)		+= target_core_user.o
27 
28 # Fabric modules
29 obj-$(CONFIG_LOOPBACK_TARGET)	+= loopback/
30 obj-$(CONFIG_TCM_FC)		+= tcm_fc/
31 obj-$(CONFIG_ISCSI_TARGET)	+= iscsi/
32 obj-$(CONFIG_SBP_TARGET)	+= sbp/
33 

Last Index update Sun Aug 20 00:18:20 CST 2023

Scopes Window
x
Intelligence window
x
Next >> | << Prev


In current file
  • Highlight
  • Unhighlight
  • Unhighlight all
In project "undefined"
  • Search for definitions of
  • Search for references of
  • Do a full search with
  • Search for file names that contain
On Google
  • Google
Messages Window
x
Navigate Window
x

Macro

  • target_core_mod-y