summaryrefslogtreecommitdiffstats
path: root/sys/modules/rdma
diff options
context:
space:
mode:
authornp <np@FreeBSD.org>2013-08-23 19:12:29 +0000
committernp <np@FreeBSD.org>2013-08-23 19:12:29 +0000
commitdebdf2d1b85be2fa1b270f46f39aef98acb0c596 (patch)
tree1edee3132e10d1eff1a459bb3b6319ab97fe0885 /sys/modules/rdma
parent7701451891612b65bfb8fdb92a2f12b21967a6e0 (diff)
downloadFreeBSD-src-debdf2d1b85be2fa1b270f46f39aef98acb0c596.zip
FreeBSD-src-debdf2d1b85be2fa1b270f46f39aef98acb0c596.tar.gz
Assorted fixes to krping. Disconnect the rest of sys/contrib/rdma from
the build while here. sys/ofed has more recent RDMA code and should be used instead. We should probably move krping out of sys/contrib/rdma and get rid of the rest of it. Obtained from: Chelsio
Diffstat (limited to 'sys/modules/rdma')
-rw-r--r--sys/modules/rdma/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/modules/rdma/Makefile b/sys/modules/rdma/Makefile
index 83edf09..f5d7255 100644
--- a/sys/modules/rdma/Makefile
+++ b/sys/modules/rdma/Makefile
@@ -1,9 +1,9 @@
# $FreeBSD$
-SUBDIR= addr
-SUBDIR+= cma
-SUBDIR+= iwcm
-SUBDIR+= core
+#SUBDIR= addr
+#SUBDIR+= cma
+#SUBDIR+= iwcm
+#SUBDIR+= core
SUBDIR+= krping
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud