From 37f14d5393e3ae76ac2a4b7f4bc4852e6aaf3e7c Mon Sep 17 00:00:00 2001 From: brueffer Date: Wed, 12 May 2010 17:30:46 +0000 Subject: Build the ixgbe(4) and mwlfw(4) modules by default. PR: 144494 Submitted by: John Giacomoni , brucec --- sys/modules/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/modules') diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 601b73b..3a8db2d 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -144,6 +144,7 @@ SUBDIR= ${_3dfx} \ ${_iwn} \ ${_iwnfw} \ ${_ixgb} \ + ${_ixgbe} \ jme \ joy \ kbdmux \ @@ -190,6 +191,7 @@ SUBDIR= ${_3dfx} \ msk \ mvs \ mwl \ + mwlfw \ mxge \ my \ ${_ncp} \ @@ -465,6 +467,7 @@ _iwifw= iwifw _iwn= iwn _iwnfw= iwnfw _ixgb= ixgb +_ixgbe= ixgbe _mly= mly _nfe= nfe _nve= nve @@ -537,6 +540,7 @@ _iwifw= iwifw _iwn= iwn _iwnfw= iwnfw _ixgb= ixgb +_ixgbe= ixgbe _lindev= lindev _linprocfs= linprocfs _linsysfs= linsysfs -- cgit v1.1