diff options
author | Christoph Hellwig <hch@infradead.org> | 2012-05-20 11:59:15 -0400 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2012-07-16 20:27:45 -0400 |
commit | 1fd032ee10d2816c947f5d5b9abda95e728f0a8f (patch) | |
tree | 2a76ad6b466160127dd41ba1d2f6fdb54f412bf2 /drivers/target/Makefile | |
parent | d6e0175cf3f9737a760482d185bb73566bcc9331 (diff) |
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/Makefile | 1 |
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 \ | |||
9 | target_core_tmr.o \ | 9 | target_core_tmr.o \ |
10 | target_core_tpg.o \ | 10 | target_core_tpg.o \ |
11 | target_core_transport.o \ | 11 | target_core_transport.o \ |
12 | target_core_cdb.o \ | ||
13 | target_core_sbc.o \ | 12 | target_core_sbc.o \ |
14 | target_core_spc.o \ | 13 | target_core_spc.o \ |
15 | target_core_ua.o \ | 14 | target_core_ua.o \ |