svn commit: r323539 - head/sys/modules

Ed Maste emaste at FreeBSD.org
Wed Sep 13 12:16:28 UTC 2017


Author: emaste
Date: Wed Sep 13 12:16:27 2017
New Revision: 323539
URL: https://svnweb.freebsd.org/changeset/base/323539

Log:
  qlnx: exclude if WITHOUT_SOURCELESS_UCODE set
  
  PR:		222277
  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	Wed Sep 13 11:29:48 2017	(r323538)
+++ head/sys/modules/Makefile	Wed Sep 13 12:16:27 2017	(r323539)
@@ -718,8 +718,8 @@ _qlxge=		qlxge
 _qlxgb=		qlxgb
 .if ${MK_SOURCELESS_UCODE} != "no"
 _qlxgbe=	qlxgbe
-.endif
 _qlnx=		qlnx
+.endif
 _sfxge=		sfxge
 _sgx=		sgx
 _sgx_linux=	sgx_linux


More information about the svn-src-all mailing list