Nicholas Bellinger | c66ac9d | 2010-12-17 11:11:26 -0800 | [diff] [blame] | 1 | |
| 2 | target_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 \ |
| 9 | target_core_scdb.o \ |
| 10 | target_core_tmr.o \ |
| 11 | target_core_tpg.o \ |
| 12 | target_core_transport.o \ |
| 13 | target_core_cdb.o \ |
| 14 | target_core_ua.o \ |
Nicholas Bellinger | 12d233842 | 2011-03-14 04:06:11 -0700 | [diff] [blame] | 15 | target_core_rd.o \ |
| 16 | target_core_stat.o |
Nicholas Bellinger | c66ac9d | 2010-12-17 11:11:26 -0800 | [diff] [blame] | 17 | |
| 18 | obj-$(CONFIG_TARGET_CORE) += target_core_mod.o |
| 19 | |
| 20 | # Subsystem modules |
| 21 | obj-$(CONFIG_TCM_IBLOCK) += target_core_iblock.o |
| 22 | obj-$(CONFIG_TCM_FILEIO) += target_core_file.o |
| 23 | obj-$(CONFIG_TCM_PSCSI) += target_core_pscsi.o |
Nicholas Bellinger | 3703b2c | 2011-03-18 15:39:17 -0700 | [diff] [blame] | 24 | |
| 25 | # Fabric modules |
| 26 | obj-$(CONFIG_LOOPBACK_TARGET) += loopback/ |
Kiran Patil | 3699d92 | 2011-04-18 16:24:14 -0700 | [diff] [blame] | 27 | |
| 28 | obj-$(CONFIG_TCM_FC) += tcm_fc/ |