Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Sep 2017 22:11:01 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r323837 - stable/11/sys/modules
Message-ID:  <201709202211.v8KMB13q077626@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709202211.v8KMB13q077626>