aboutsummaryrefslogtreecommitdiffstats
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-07-16 20:25:56 -0400
commit88455ec4be02c395820b1ff57656b0844ec03ac3 (patch)
tree3f8a7feda6180fea2e0aa832014d743dee853441 /drivers/target/Makefile
parent9b3b804101db067c3889948f57031f852186ea11 (diff)
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 \
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 \ 12 target_core_cdb.o \
13 target_core_spc.o \
13 target_core_ua.o \ 14 target_core_ua.o \
14 target_core_rd.o \ 15 target_core_rd.o \
15 target_core_stat.o 16 target_core_stat.o