summaryrefslogtreecommitdiffstats
path: root/drivers/target/Makefile
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2012-05-20 11:59:13 -0400
committerNicholas Bellinger <nab@linux-iscsi.org>2012-06-12 17:52:07 -0700
commit9dac90988a2a8683530064b2fe7c941e736cb95f (patch)
tree1d5373f1769fdc32f07e5f0cfecfd97f7c9e3f72 /drivers/target/Makefile
parent8d7e1b8e565603754eedb3d74b776eac2be0d70d (diff)
downloadlinux-9dac90988a2a8683530064b2fe7c941e736cb95f.tar.gz
linux-9dac90988a2a8683530064b2fe7c941e736cb95f.tar.xz
linux-9dac90988a2a8683530064b2fe7c941e736cb95f.zip
target: split parsing of SPC commands into a separate helper
(nab: Add EXPORT_SYMBOL usage for spc_parse_cdb) 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, 1 insertions, 0 deletions
diff --git a/drivers/target/Makefile b/drivers/target/Makefile
index 61648d84fbb6..70cab2a138d1 100644
--- a/drivers/target/Makefile
+++ b/drivers/target/Makefile
@@ -10,6 +10,7 @@ target_core_mod-y := target_core_configfs.o \
target_core_tpg.o \
target_core_transport.o \
target_core_cdb.o \
+ target_core_spc.o \
target_core_ua.o \
target_core_rd.o \
target_core_stat.o