Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 May 2016 11:39:08 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r300839 - head/sys/modules
Message-ID:  <201605271139.u4RBd87f041330@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Fri May 27 11:39:08 2016
New Revision: 300839
URL: https://svnweb.freebsd.org/changeset/base/300839

Log:
  Attach iser(4) to the build.
  
  MFC after:	1 month
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Fri May 27 11:37:56 2016	(r300838)
+++ head/sys/modules/Makefile	Fri May 27 11:39:08 2016	(r300839)
@@ -174,6 +174,7 @@ SUBDIR=	\
 	${_ipw} \
 	${_ipwfw} \
 	${_isci} \
+	${_iser} \
 	isp \
 	${_ispfw} \
 	${_iwi} \
@@ -556,6 +557,7 @@ _igb=		igb
 _io=		io
 .if ${MK_OFED} != "no" || defined(ALL_MODULES)
 _ipoib=         ipoib
+_iser=		iser
 .endif
 _ix=		ix
 _ixv=		ixv



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