summaryrefslogtreecommitdiff
path: root/drivers/target/Makefile
blob: 431b84abfb94ec1eb7a837dfb2418f55bd2c1609 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# SPDX-License-Identifier: GPL-2.0

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 \
				   target_core_tmr.o \
				   target_core_tpg.o \
				   target_core_transport.o \
				   target_core_sbc.o \
				   target_core_spc.o \
				   target_core_ua.o \
				   target_core_rd.o \
				   target_core_stat.o \
				   target_core_xcopy.o

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
obj-$(CONFIG_TCM_USER2)		+= target_core_user.o

# Fabric modules
obj-$(CONFIG_LOOPBACK_TARGET)	+= loopback/
obj-$(CONFIG_TCM_FC)		+= tcm_fc/
obj-$(CONFIG_ISCSI_TARGET)	+= iscsi/
obj-$(CONFIG_SBP_TARGET)	+= sbp/
obj-$(CONFIG_REMOTE_TARGET)	+= tcm_remote/
Add mutex to make link_event_callback executed linearly.fuyuanli 2025-09-22ntb_hw_amd: Update amd_ntb_get_link_status to support latest generation secon...Basavaraj Natikar 2025-04-09NTB/msi: Switch MSI descriptor locking to lock guard()Thomas Gleixner 2025-04-04Merge tag 'ntb-6.15' of https://github.com/jonmason/ntbLinus Torvalds 2025-03-28Revert "Merge tag 'irq-msi-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds 2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds 2025-03-18ntb_hw_amd: Add NTB PCI ID for new gen CPUBasavaraj Natikar 2025-03-18ntb: reduce stack usage in idt_scan_mwsArnd Bergmann 2025-03-18ntb: use 64-bit arithmetic for the MSI doorbell maskFedor Pchelkin 2025-03-18ntb_perf: Delete duplicate dmaengine_unmap_put() call in perf_copy_chunk()Markus Elfring 2025-03-18ntb: intel: Fix using link status DB'sNikita Shubin 2025-03-18ntb_hw_switchtec: Fix shift-out-of-bounds in switchtec_ntb_mw_set_transYajun Deng 2025-03-13NTB/msi: Switch MSI descriptor locking to lock guard()Thomas Gleixner 2025-02-18ntb: ntb_pingpong: Switch to use hrtimer_setup()Nam Cao