[PATCH 27/27] Hook up userspace CM to the make system

From: Hal Rosenstock
Date: Mon Jul 11 2005 - 10:34:29 EST


Hook up userspace CM to the make system

Signed-off-by: Libor Michalek <libor@xxxxxxxxxxx>
Signed-off-by: Hal Rosenstock <halr@xxxxxxxxxxxx>

This patch depends on patch 26/27.

--
Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletion(-)
diff -uprN linux-2.6.13-rc2-mm1/drivers/infiniband26/core/Makefile linux-2.6.13-rc2-mm1/drivers/infiniband27/core/Makefile
-- linux-2.6.13-rc2-mm1/drivers/infiniband26/core/Makefile 2005-07-10 16:50:04.000000000 -0400
+++ linux-2.6.13-rc2-mm1/drivers/infiniband27/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


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/