]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - drivers/target/Makefile
KVM: PPC: Use preregistered memory API to access TCE list
[mirror_ubuntu-zesty-kernel.git] / drivers / target / Makefile
CommitLineData
c66ac9db
NB
1
2target_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 \
c66ac9db
NB
9 target_core_tmr.o \
10 target_core_tpg.o \
11 target_core_transport.o \
d6e0175c 12 target_core_sbc.o \
88455ec4 13 target_core_spc.o \
c66ac9db 14 target_core_ua.o \
12d23384 15 target_core_rd.o \
cbf031f4
NB
16 target_core_stat.o \
17 target_core_xcopy.o
c66ac9db
NB
18
19obj-$(CONFIG_TARGET_CORE) += target_core_mod.o
20
21# Subsystem modules
22obj-$(CONFIG_TCM_IBLOCK) += target_core_iblock.o
23obj-$(CONFIG_TCM_FILEIO) += target_core_file.o
24obj-$(CONFIG_TCM_PSCSI) += target_core_pscsi.o
68d4cef3 25obj-$(CONFIG_TCM_USER2) += target_core_user.o
3703b2c5
NB
26
27# Fabric modules
28obj-$(CONFIG_LOOPBACK_TARGET) += loopback/
3699d92a 29obj-$(CONFIG_TCM_FC) += tcm_fc/
e48354ce 30obj-$(CONFIG_ISCSI_TARGET) += iscsi/
a511ce33 31obj-$(CONFIG_SBP_TARGET) += sbp/