[stgt] [PATCH 6/6] new iser, Makefile
FUJITA Tomonori
fujita.tomonori at lab.ntt.co.jp
Thu Jan 27 23:54:39 CET 2011
On Thu, 27 Jan 2011 17:08:18 +0200
Alexander Nezhinsky <alexandern at Voltaire.COM> wrote:
> Reflect new file iser.c in usr/Makefile
>
> Signed-off-by: Alexander Nezhinsky <alexandern at voltaire.com>
> ---
> usr/Makefile | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/usr/Makefile b/usr/Makefile
> index 024f7bf..adbe713 100644
> --- a/usr/Makefile
> +++ b/usr/Makefile
> @@ -21,7 +21,7 @@ TGTD_OBJS += bs_rdwr.o bs_aio.o
>
> ifneq ($(ISCSI_RDMA),)
> CFLAGS += -DISCSI_RDMA
> -TGTD_OBJS += iscsi/iscsi_rdma.o
> +TGTD_OBJS += iscsi/iser.o
looks like needs to be:
+TGTD_OBJS += iscsi/iser.o iscsi/iser_text.o
Anyway, I fixed the above and merged all the new iser patches. Please
test the latest git.
Thanks a lot!
--
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