svn commit: r300839 - head/sys/modules

Edward Tomasz Napierala trasz at FreeBSD.org
Fri May 27 11:39:09 UTC 2016


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


More information about the svn-src-head mailing list