[openib-general] [TRIVIAL] ipoib connected mode makefile bug

Woodruff, Robert J robert.j.woodruff at intel.com
Thu Dec 7 16:41:19 PST 2006


I tried to build the ipoib connected mode support and had to modify the 
IPoIB Makefile with the following patch to make it build correctly.


woody
 

--- drivers/infiniband/ulp/ipoib/Makefile       2006-12-07
15:39:51.000000000 -0800
+++ drivers/infiniband/ulp/ipoib/Makefile.new   2006-12-07
16:35:08.000000000 -0800
@@ -6,5 +6,5 @@ ib_ipoib-y                                      :=
ipoib_main.o \
                                                   ipoib_verbs.o \
                                                   ipoib_vlan.o
 ib_ipoib-$(CONFIG_INFINIBAND_IPOIB_DEBUG)      += ipoib_fs.o
-ib_ipoib-$(INFINIBAND_IPOIB_CM)                += ipoib_cm.o
+ib_ipoib-$(CONFIG_INFINIBAND_IPOIB_CM)         += ipoib_cm.o




More information about the general mailing list