opnsense-src/sys/modules/rdma/Makefile
Navdeep Parhar ea68a7142e 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
2013-08-23 19:12:29 +00:00

9 lines
114 B
Makefile

# $FreeBSD$
#SUBDIR= addr
#SUBDIR+= cma
#SUBDIR+= iwcm
#SUBDIR+= core
SUBDIR+= krping
.include <bsd.subdir.mk>