aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/rdma
diff options
context:
space:
mode:
authorNavdeep Parhar <np@FreeBSD.org>2013-08-23 19:12:29 +0000
committerNavdeep Parhar <np@FreeBSD.org>2013-08-23 19:12:29 +0000
commitea68a7142e37ec6b11fc3275554535816a55d089 (patch)
tree1edee3132e10d1eff1a459bb3b6319ab97fe0885 /sys/modules/rdma
parentf336c6303e664ad597b799fe052d820337d7bc80 (diff)
downloadsrc-ea68a7142e37ec6b11fc3275554535816a55d089.tar.gz
src-ea68a7142e37ec6b11fc3275554535816a55d089.zip
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
Notes
Notes: svn path=/head/; revision=254735
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 83edf0939e4d..f5d7255b3091 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>