Merge git://git.infradead.org/iommu-2.6
[deliverable/linux.git] / drivers / target / Makefile
index 050ee6569b2b0d70fb662ae75caba5427cddd9cc..1178bbfc68fec4c490dca3146ad607fabf57cb98 100644 (file)
@@ -12,7 +12,8 @@ target_core_mod-y             := target_core_configfs.o \
                                   target_core_transport.o \
                                   target_core_cdb.o \
                                   target_core_ua.o \
-                                  target_core_rd.o
+                                  target_core_rd.o \
+                                  target_core_stat.o
 
 obj-$(CONFIG_TARGET_CORE)      += target_core_mod.o
 
@@ -20,3 +21,6 @@ obj-$(CONFIG_TARGET_CORE)     += target_core_mod.o
 obj-$(CONFIG_TCM_IBLOCK)       += target_core_iblock.o
 obj-$(CONFIG_TCM_FILEIO)       += target_core_file.o
 obj-$(CONFIG_TCM_PSCSI)                += target_core_pscsi.o
+
+# Fabric modules
+obj-$(CONFIG_LOOPBACK_TARGET)  += loopback/
This page took 0.024497 seconds and 5 git commands to generate.