svn commit: r293171 - head/sys/modules

Christian Brueffer brueffer at FreeBSD.org
Mon Jan 4 19:04:34 UTC 2016


Author: brueffer
Date: Mon Jan  4 19:04:33 2016
New Revision: 293171
URL: https://svnweb.freebsd.org/changeset/base/293171

Log:
  Don't build rtwnfw if building without binary blobs.
  
  rtwnfw got added in r293009 and depends on source-less and
  non-free microcode in sys/contrib/dev/rtwn.
  
  PR:		205874
  Submitted by:	Fabian Keil
  Obtained from:	ElectroBSD

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Mon Jan  4 18:34:27 2016	(r293170)
+++ head/sys/modules/Makefile	Mon Jan  4 19:04:33 2016	(r293171)
@@ -312,7 +312,7 @@ SUBDIR=	\
 	reiserfs \
 	rl \
 	rtwn \
-	rtwnfw \
+	${_rtwnfw} \
 	${_s3} \
 	${_safe} \
 	${_sbni} \
@@ -484,6 +484,7 @@ _fxp=		fxp
 _ispfw=		ispfw
 _mwlfw=		mwlfw
 _ralfw=		ralfw
+_rtwnfw=	rtwnfw
 _sf=		sf
 _ti=		ti
 _txp=		txp


More information about the svn-src-head mailing list