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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to