Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Sep 2017 15:17:35 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r323543 - head/sys/modules
Message-ID:  <201709131517.v8DFHZI9077692@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno
Date: Wed Sep 13 15:17:35 2017
New Revision: 323543
URL: https://svnweb.freebsd.org/changeset/base/323543

Log:
  Don't (try to) build lio(4) if the SOURCELESS_UCODE is set.
  
  Submitted by:	Fabien Keil <fk@fabiankeil.de>

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Wed Sep 13 14:30:30 2017	(r323542)
+++ head/sys/modules/Makefile	Wed Sep 13 15:17:35 2017	(r323543)
@@ -711,7 +711,9 @@ _ixl=		ixl
 _ixlv=		ixlv
 _linux64=	linux64
 _linux_common=	linux_common
+.if ${MK_SOURCELESS_UCODE} != "no"
 _lio=		lio
+.endif
 _ntb=		ntb
 _pms=		pms
 _qlxge=		qlxge



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