aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/target/tcm_fc/Makefile17
1 files changed, 4 insertions, 13 deletions
diff --git a/drivers/target/tcm_fc/Makefile b/drivers/target/tcm_fc/Makefile
index 7a5c2b64cf6..20b14bb087c 100644
--- a/drivers/target/tcm_fc/Makefile
+++ b/drivers/target/tcm_fc/Makefile
@@ -1,15 +1,6 @@
1EXTRA_CFLAGS += -I$(srctree)/drivers/target/ \ 1tcm_fc-y += tfc_cmd.o \
2 -I$(srctree)/drivers/scsi/ \ 2 tfc_conf.o \
3 -I$(srctree)/include/scsi/ \ 3 tfc_io.o \
4 -I$(srctree)/drivers/target/tcm_fc/ 4 tfc_sess.o
5
6tcm_fc-y += tfc_cmd.o \
7 tfc_conf.o \
8 tfc_io.o \
9 tfc_sess.o
10 5
11obj-$(CONFIG_TCM_FC) += tcm_fc.o 6obj-$(CONFIG_TCM_FC) += tcm_fc.o
12
13ifdef CONFIGFS_TCM_FC_DEBUG
14EXTRA_CFLAGS += -DTCM_FC_DEBUG
15endif