[stgt] [PATCH 6/6] new iser, Makefile, ISER compilation symbol
Alexander Nezhinsky
alexandern at Voltaire.COM
Mon Jan 24 20:38:23 CET 2011
Makefile: added ISER symbol for conditional compilation
instead of ISCSI_RDMA, updated changed iser-related file names.
Signed-off-by: Alexander Nezhinsky <alexandern at voltaire.com>
---
usr/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/usr/Makefile b/usr/Makefile
index 024f7bf..2a92169 100644
--- a/usr/Makefile
+++ b/usr/Makefile
@@ -19,9 +19,9 @@ TGTD_OBJS += $(addprefix iscsi/, conn.o param.o session.o \
isns.o)
TGTD_OBJS += bs_rdwr.o bs_aio.o
-ifneq ($(ISCSI_RDMA),)
-CFLAGS += -DISCSI_RDMA
-TGTD_OBJS += iscsi/iscsi_rdma.o
+ifneq ($(ISER),)
+CFLAGS += -DISER
+TGTD_OBJS += iscsi/iser.o iscsi/iser_text.o
LIBS += -libverbs -lrdmacm
endif
--
1.6.5.5
--
To unsubscribe from this list: send the line "unsubscribe stgt" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
More information about the stgt
mailing list