svn commit: r280185 - head/sys/modules

Gleb Smirnoff glebius at FreeBSD.org
Tue Mar 17 19:07:44 UTC 2015


Author: glebius
Date: Tue Mar 17 19:07:43 2015
New Revision: 280185
URL: https://svnweb.freebsd.org/changeset/base/280185

Log:
  Fix build after r280182.

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Tue Mar 17 18:59:47 2015	(r280184)
+++ head/sys/modules/Makefile	Tue Mar 17 19:07:43 2015	(r280185)
@@ -175,7 +175,6 @@ SUBDIR=	\
 	${_iwn} \
 	${_iwnfw} \
 	${_ixgb} \
-	${_ixgbe} \
 	${_ixl} \
 	${_ixlv} \
 	jme \
@@ -583,7 +582,6 @@ _iwn=		iwn
 _iwnfw=		iwnfw
 .endif
 _ixgb=		ixgb
-_ixgbe=		ixgbe
 .if ${MK_OFED} != "no" || defined(ALL_MODULES)
 _mlx4=		mlx4
 _mlx4ib=	mlx4ib


More information about the svn-src-all mailing list