svn commit: r277308 - head/sys/conf

Bjoern A. Zeeb bz at FreeBSD.org
Sun Jan 18 01:28:09 UTC 2015


Author: bz
Date: Sun Jan 18 01:28:08 2015
New Revision: 277308
URL: https://svnweb.freebsd.org/changeset/base/277308

Log:
  There are still kernel configs and mk files depending on the OFED option.
  This will need a proper cleanup and in the meantime after r277302 unbreak
  LINT builds.

Modified:
  head/sys/conf/options

Modified: head/sys/conf/options
==============================================================================
--- head/sys/conf/options	Sat Jan 17 19:57:03 2015	(r277307)
+++ head/sys/conf/options	Sun Jan 18 01:28:08 2015	(r277308)
@@ -908,6 +908,7 @@ FDT		opt_platform.h
 FDT_DTB_STATIC	opt_platform.h
 
 # OFED Infiniband stack
+OFED		opt_ofed.h
 OFED_DEBUG_INIT	opt_ofed.h
 SDP		opt_ofed.h
 SDP_DEBUG	opt_ofed.h


More information about the svn-src-all mailing list