aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/Makefile
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2012-05-20 11:59:15 -0400
committerNicholas Bellinger <nab@linux-iscsi.org>2012-07-16 17:27:45 -0700
commit1fd032ee10d2816c947f5d5b9abda95e728f0a8f (patch)
tree2a76ad6b466160127dd41ba1d2f6fdb54f412bf2 /drivers/target/Makefile
parenttarget: add a parse_cdb method to the backend drivers (diff)
downloadlinux-dev-1fd032ee10d2816c947f5d5b9abda95e728f0a8f.tar.xz
linux-dev-1fd032ee10d2816c947f5d5b9abda95e728f0a8f.zip
target: move code for CDB emulation
Move the existing code in target_core_cdb.c into the files for the command sets that the emulations implement. (roland + nab: Squash patch: Fix range calculation in WRITE SAME emulation when num blocks == 0s) Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target/Makefile')
-rw-r--r--drivers/target/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/target/Makefile b/drivers/target/Makefile
index 50b887b349c0..9fdcb561422f 100644
--- a/drivers/target/Makefile
+++ b/drivers/target/Makefile
@@ -9,7 +9,6 @@ target_core_mod-y := target_core_configfs.o \
target_core_tmr.o \
target_core_tpg.o \
target_core_transport.o \
- target_core_cdb.o \
target_core_sbc.o \
target_core_spc.o \
target_core_ua.o \