Author: emaste
Date: Sat Aug 19 01:12:05 2017
New Revision: 322684
URL: https://svnweb.freebsd.org/changeset/base/322684

Log:
  sys/modules: don't build qlxgbe if the user objects to sourceless ucode
  
  PR:           204749
  Submitted by: Fabian Keil
  Obtained from:        ElectroBSD
  MFC after:    1 week

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile   Sat Aug 19 00:51:45 2017        (r322683)
+++ head/sys/modules/Makefile   Sat Aug 19 01:12:05 2017        (r322684)
@@ -710,7 +710,9 @@ _ntb=               ntb
 _pms=          pms
 _qlxge=                qlxge
 _qlxgb=                qlxgb
+.if ${MK_SOURCELESS_UCODE} != "no"
 _qlxgbe=       qlxgbe
+.endif
 _qlnx=         qlnx
 _sfxge=                sfxge
 _sgx=          sgx
_______________________________________________
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