PERFORCE change 128801 for review

Steve Wise swise at FreeBSD.org
Wed Nov 7 16:37:42 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=128801

Change 128801 by swise at swise:vic10:iwarp on 2007/11/08 00:37:11

	split contrib/rdma code into 4 modules: rdma_addr, rdma_cma,
	rdma_iwcm, and rdma_core.  Eventually I belive they should 
	all be collapsed into 1 module.

Affected files ...

.. //depot/projects/iwarp/sys/modules/rdma/Makefile#3 edit
.. //depot/projects/iwarp/sys/modules/rdma/addr/Makefile#1 add
.. //depot/projects/iwarp/sys/modules/rdma/cma/Makefile#1 add
.. //depot/projects/iwarp/sys/modules/rdma/core/Makefile#1 add
.. //depot/projects/iwarp/sys/modules/rdma/iwcm/Makefile#1 add

Differences ...

==== //depot/projects/iwarp/sys/modules/rdma/Makefile#3 (text+ko) ====

@@ -1,11 +1,8 @@
 # $FreeBSD $
 
-RDMA=	${.CURDIR}/../../contrib/rdma
-.PATH: ${RDMA}
+SUBDIR=  addr
+SUBDIR+= cma
+#SUBDIR+= iwcm
+#SUBDIR+= core
 
-KMOD=	rdma
-SRCS= device_if.h bus_if.h pci_if.h pcib_if.h
-SRCS+= rdma_addr.c rdma_cma.c
-#rdma_cma.c rdma_device.c rdma_iwcm.c rdma_verbs.c
-
-.include <bsd.kmod.mk>
+.include <bsd.subdir.mk>


More information about the p4-projects mailing list