svn commit: r323837 - stable/11/sys/modules
Ed Maste
emaste at FreeBSD.org
Wed Sep 20 22:11:03 UTC 2017
Author: emaste
Date: Wed Sep 20 22:11:01 2017
New Revision: 323837
URL: https://svnweb.freebsd.org/changeset/base/323837
Log:
MFC r323539: qlnx: exclude if WITHOUT_SOURCELESS_UCODE set
PR: 222277
Submitted by: Fabian Keil
Obtained from: ElectroBSD
Modified:
stable/11/sys/modules/Makefile
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/modules/Makefile
==============================================================================
--- stable/11/sys/modules/Makefile Wed Sep 20 22:00:06 2017 (r323836)
+++ stable/11/sys/modules/Makefile Wed Sep 20 22:11:01 2017 (r323837)
@@ -715,8 +715,8 @@ _qlxge= qlxge
_qlxgb= qlxgb
.if ${MK_SOURCELESS_UCODE} != "no"
_qlxgbe= qlxgbe
-.endif
_qlnx= qlnx
+.endif
_sfxge= sfxge
.if ${MK_BHYVE} != "no" || defined(ALL_MODULES)
More information about the svn-src-stable
mailing list