svn commit: r312820 - head/sys/modules

Ed Maste emaste at FreeBSD.org
Thu Jan 26 17:59:55 UTC 2017


Author: emaste
Date: Thu Jan 26 17:59:54 2017
New Revision: 312820
URL: https://svnweb.freebsd.org/changeset/base/312820

Log:
  Disconnect netfpga10g module from the build
  
  It only builds with the non-default DEVICE_POLLING option.
  
  Approved by:	bz

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Thu Jan 26 16:38:53 2017	(r312819)
+++ head/sys/modules/Makefile	Thu Jan 26 17:59:54 2017	(r312820)
@@ -265,7 +265,6 @@ SUBDIR=	\
 	${_nctgpio} \
 	${_ncv} \
 	${_ndis} \
-	netfpga10g \
 	${_netgraph} \
 	${_nfe} \
 	nfscl \


More information about the svn-src-head mailing list