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. Signed-off-by: Tom Duffy <[EMAIL PROTECTED]> Index: drivers/infiniband/Kconfig =================================================================== --- drivers/infiniband/Kconfig (revision 1766) +++ drivers/infiniband/Kconfig (working copy) @@ -11,4 +11,6 @@ source "drivers/infiniband/hw/mthca/Kcon source "drivers/infiniband/ulp/ipoib/Kconfig" +source "drivers/infiniband/ulp/sdp/Kconfig" + endmenu Index: drivers/infiniband/Makefile =================================================================== --- drivers/infiniband/Makefile (revision 1766) +++ drivers/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 [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
