diff options
Diffstat (limited to 'drivers/target/Makefile')
-rw-r--r-- | drivers/target/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/target/Makefile b/drivers/target/Makefile index 5cfd70819f08..1178bbfc68fe 100644 --- a/drivers/target/Makefile +++ b/drivers/target/Makefile @@ -1,4 +1,3 @@ -EXTRA_CFLAGS += -I$(srctree)/drivers/target/ -I$(srctree)/drivers/scsi/ target_core_mod-y := target_core_configfs.o \ target_core_device.o \ @@ -14,7 +13,7 @@ target_core_mod-y := target_core_configfs.o \ target_core_cdb.o \ target_core_ua.o \ target_core_rd.o \ - target_core_mib.o + target_core_stat.o obj-$(CONFIG_TARGET_CORE) += target_core_mod.o @@ -22,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/ |