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>
diff --git a/drivers/target/Makefile b/drivers/target/Makefile
index 61648d8..70cab2a 100644
--- a/drivers/target/Makefile
+++ b/drivers/target/Makefile
@@ -10,6 +10,7 @@
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