linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 27/29v2] Hook up userspace CM to the make system
@ 2005-07-11 21:02 Hal Rosenstock
  0 siblings, 0 replies; only message in thread
From: Hal Rosenstock @ 2005-07-11 21:02 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, openib-general

Hook up userspace CM to the make system 
Signed-off-by: Libor Michalek <libor@topspin.com>
Signed-off-by: Hal Rosenstock <halr@voltaire.com>

This patch depends on patch 26/29.

--
 Makefile |    4 +++-
 1 files changed, 3 insertions(+), 1 deletion(-)
diff -uprN linux-2.6.13-rc2-mm1-26/drivers/infiniband/core/Makefile linux-2.6.13-rc2-mm1-27/drivers/infiniband/core/Makefile
-- linux-2.6.13-rc2-mm1-26/drivers/infiniband/core/Makefile	2005-07-10 16:50:04.000000000 -0400
+++ linux-2.6.13-rc2-mm1-27/drivers/infiniband/core/Makefile	2005-07-10 16:59:52.000000000 -0400
@@ -1,7 +1,7 @@
 EXTRA_CFLAGS += -Idrivers/infiniband/include
 
 obj-$(CONFIG_INFINIBAND) +=		ib_core.o ib_mad.o ib_sa.o \
-					ib_cm.o ib_umad.o
+					ib_cm.o ib_umad.o ib_ucm.o
 obj-$(CONFIG_INFINIBAND_USER_VERBS) +=	ib_uverbs.o
 
 ib_core-y :=			packer.o ud_header.o verbs.o sysfs.o \
@@ -15,4 +15,6 @@ ib_cm-y :=			cm.o
 
 ib_umad-y :=			user_mad.o
 
+ib_ucm-y :=			ucm.o
+
 ib_uverbs-y :=			uverbs_main.o uverbs_cmd.o uverbs_mem.o



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-07-11 21:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-11 21:02 [PATCH 27/29v2] Hook up userspace CM to the make system Hal Rosenstock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).