On Thu, Feb 10, 2005 at 07:39:56PM -0800, Tom Duffy wrote:
> On Thu, 2005-02-10 at 19:09 -0800, Libor Michalek wrote:
> >   OK, I've gone with option number 3. Here is a one or two line
> > description of each file, and a TODO list. Both are checked in
> > along with the code in the infiniband/ulp/sdp directory.
> 
> Of course, you will need this patch to plumb SDP into the build.

  Since Sean checked in his CM makefile change I'm checking in the
following patch, I made the change to the SDP Kconfig dependacy
based on Roland's comment as well.

-Libor

Index: infiniband/Kconfig
===================================================================
--- infiniband/Kconfig  (revision 1778)
+++ infiniband/Kconfig  (working copy)
@@ -11,4 +11,6 @@
 
 source "drivers/infiniband/ulp/ipoib/Kconfig"
 
+source "drivers/infiniband/ulp/sdp/Kconfig"
+
 endmenu
Index: infiniband/ulp/sdp/Kconfig
===================================================================
--- infiniband/ulp/sdp/Kconfig  (revision 1778)
+++ infiniband/ulp/sdp/Kconfig  (working copy)
@@ -1,6 +1,6 @@
 config INFINIBAND_SDP
        tristate "Sockets Direct Protocol"
-       depends on INFINIBAND && INET && INFINIBAND_IPOIB
+       depends on INFINIBAND && INFINIBAND_IPOIB
        ---help---
          Support for Sockets Direct Protocol (SDP).  This provides
           sockets semantics over InfiniBand via address family
Index: infiniband/Makefile
===================================================================
--- infiniband/Makefile (revision 1778)
+++ infiniband/Makefile (working copy)
@@ -1,3 +1,4 @@
 obj-$(CONFIG_INFINIBAND)               += core/
 obj-$(CONFIG_INFINIBAND_MTHCA)         += hw/mthca/
 obj-$(CONFIG_INFINIBAND_IPOIB)         += ulp/ipoib/
+obj-$(CONFIG_INFINIBAND_SDP)           += ulp/sdp/

_______________________________________________
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to