Author: emaste
Date: Wed May 23 13:59:37 2018
New Revision: 334096
URL: https://svnweb.freebsd.org/changeset/base/334096

Log:
  sys/modules: don't build bxe,qlxgbe if the user objects to sourceless ucode
  
  MFC of r322682 and r322684
  
  PR:           204747
  Submitted by: Fabian Keil
  Obtained from:        ElectroBSD

Modified:
  stable/10/sys/modules/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/modules/Makefile
==============================================================================
--- stable/10/sys/modules/Makefile      Wed May 23 13:48:16 2018        
(r334095)
+++ stable/10/sys/modules/Makefile      Wed May 23 13:59:37 2018        
(r334096)
@@ -500,7 +500,9 @@ _aout=              aout
 _apm=          apm
 _arcnet=       arcnet
 _bktr=         bktr
+.if ${MK_SOURCELESS_UCODE} != "no"
 _bxe=          bxe
+.endif
 _cardbus=      cardbus
 _cbb=          cbb
 .if ${MK_SOURCELESS_UCODE} != "no"
@@ -792,7 +794,9 @@ _pccard=    pccard
 _pms=          pms
 _qlxge=                qlxge
 _qlxgb=                qlxgb
+.if ${MK_SOURCELESS_UCODE} != "no"
 _qlxgbe=       qlxgbe
+.endif
 _qlnx=         qlnx
 _rdma=         rdma
 _s3=           s3
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to