summaryrefslogtreecommitdiffstats
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-06-12 21:38:41 -0700
commite05d46b92677434d6ea28ed16172f1a892585e47 (patch)
treeaac9da1255e03c983d81d1327be917f20a79cb40 /drivers/target/Makefile
parent366e815ef199da797cab52566016e692442b5c60 (diff)
downloadlinux-e05d46b92677434d6ea28ed16172f1a892585e47.tar.gz
linux-e05d46b92677434d6ea28ed16172f1a892585e47.tar.xz
linux-e05d46b92677434d6ea28ed16172f1a892585e47.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. 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 \