summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2006-08-18 10:20:15 +0000
committerbrueffer <brueffer@FreeBSD.org>2006-08-18 10:20:15 +0000
commitb41a7b9de885754b9a3e8dc6c6e40c8b1a417719 (patch)
tree552e9962e259a159ffacbc5f857549564c92dc8a /sys/modules/Makefile
parent0d5e6d6efe4a77bf79e39e3562ebd7e1f76762fc (diff)
downloadFreeBSD-src-b41a7b9de885754b9a3e8dc6c6e40c8b1a417719.zip
FreeBSD-src-b41a7b9de885754b9a3e8dc6c6e40c8b1a417719.tar.gz
Follow the lead of mxgb(4) and build the module for ixgb(4).
Originally it wasn't enabled since the hardware wasn't commonplace, but as 10GE hardware is becoming more widely used, building the module by default should be beneficial. Approved by: rwatson (mentor) MFC after: 2 weeks
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 3c0d315..f1de017 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -124,6 +124,7 @@ SUBDIR= ${_3dfx} \
isp \
ispfw \
${_iwi} \
+ ${_ixgb} \
joy \
kbdmux \
kue \
@@ -416,6 +417,7 @@ _ipmi= ipmi
_ips= ips
_ipw= ipw
_iwi= iwi
+_ixgb= ixgb
_mly= mly
_mxge= mxge
_nfe= nfe
@@ -465,6 +467,7 @@ _ipmi= ipmi
_ips= ips
_ipw= ipw
_iwi= iwi
+_ixgb= ixgb
_mly= mly
_mxge= mxge
_ndis= ndis
OpenPOWER on IntegriCloud