public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Tom Tucker <tom@opengridcomputing.com>
To: ericvh@gmail.com, linux-kernel@vger.kernel.org,
	v9fs-devel@vger.kernel.org
Cc: rminnich@dancer.ca.sandia.gov, lionkov@lanl.gov,
	tom@opengridcomputing.com
Subject: [PATCH 02/03] 9prdma: Makefile change for the RDMA transport
Date: Wed,  1 Oct 2008 19:08:38 -0500	[thread overview]
Message-ID: <1222906119-14310-3-git-send-email-tom@opengridcomputing.com> (raw)
In-Reply-To: <1222906119-14310-2-git-send-email-tom@opengridcomputing.com>

This adds a make rule for the 9pnet_rdma module that implements
the RDMA transport.

Signed-off-by: Tom Tucker <tom@opengridcomputing.com>
Signed-off-by: Latchesar Ionkov <lionkov@lanl.gov>

---
 net/9p/Makefile |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/net/9p/Makefile b/net/9p/Makefile
index 5192194..bc909ab 100644
--- a/net/9p/Makefile
+++ b/net/9p/Makefile
@@ -1,5 +1,6 @@
 obj-$(CONFIG_NET_9P) := 9pnet.o
 obj-$(CONFIG_NET_9P_VIRTIO) += 9pnet_virtio.o
+obj-$(CONFIG_NET_9P_RDMA) += 9pnet_rdma.o
 
 9pnet-objs := \
 	mod.o \
@@ -12,3 +13,6 @@ obj-$(CONFIG_NET_9P_VIRTIO) += 9pnet_virtio.o
 
 9pnet_virtio-objs := \
 	trans_virtio.o \
+
+9pnet_rdma-objs := \
+	trans_rdma.o \

  reply	other threads:[~2008-10-02  0:09 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-02  0:08 [PATCH 00/03] RDMA Transport Support for 9P Tom Tucker
2008-10-02  0:08 ` [PATCH 01/03] 9prdma: " Tom Tucker
2008-10-02  0:08   ` Tom Tucker [this message]
2008-10-02  0:08     ` [PATCH 03/03] 9prdma: Kconfig changes for the RDMA transport Tom Tucker
2008-10-02  5:11   ` [PATCH 01/03] 9prdma: RDMA Transport Support for 9P Roland Dreier
2008-10-06 18:10     ` Tom Tucker
2008-10-06 22:35       ` Roland Dreier
  -- strict thread matches above, loose matches on Subject: below --
2008-10-06 15:56 [PATCH 00/03] " Tom Tucker
2008-10-06 15:56 ` [PATCH 01/03] 9prdma: " Tom Tucker
2008-10-06 15:56   ` [PATCH 02/03] 9prdma: Makefile change for the RDMA transport Tom Tucker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1222906119-14310-3-git-send-email-tom@opengridcomputing.com \
    --to=tom@opengridcomputing.com \
    --cc=ericvh@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lionkov@lanl.gov \
    --cc=rminnich@dancer.ca.sandia.gov \
    --cc=v9fs-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox