svn commit: r322916 - stable/11/sys/modules
Ed Maste
emaste at FreeBSD.org
Sat Aug 26 00:29:08 UTC 2017
Author: emaste
Date: Sat Aug 26 00:29:07 2017
New Revision: 322916
URL: https://svnweb.freebsd.org/changeset/base/322916
Log:
sys/modules: don't build bxe,qlxgbe if the user objects to sourceless ucode
MFC of r322682 and r322684
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/sys/modules/Makefile
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/modules/Makefile
==============================================================================
--- stable/11/sys/modules/Makefile Sat Aug 26 00:17:57 2017 (r322915)
+++ stable/11/sys/modules/Makefile Sat Aug 26 00:29:07 2017 (r322916)
@@ -565,7 +565,9 @@ _an= an
_aout= aout
_bios= bios
_bktr= bktr
+.if ${MK_SOURCELESS_UCODE} != "no"
_bxe= bxe
+.endif
_cardbus= cardbus
_cbb= cbb
_cpuctl= cpuctl
@@ -708,7 +710,9 @@ _ntb= ntb
_pms= pms
_qlxge= qlxge
_qlxgb= qlxgb
+.if ${MK_SOURCELESS_UCODE} != "no"
_qlxgbe= qlxgbe
+.endif
_qlnx= qlnx
_sfxge= sfxge
More information about the svn-src-stable
mailing list