summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorjfv <jfv@FreeBSD.org>2014-09-01 07:54:30 +0000
committerjfv <jfv@FreeBSD.org>2014-09-01 07:54:30 +0000
commit14d8fe45061d6304d3e6438cfe4267aa7e17c705 (patch)
treeed4049676238afb69c56e39962ced758c1719d9a /sys/modules
parentbf7011b0f4aca34eadfd627e7bbc511734d3a5f4 (diff)
downloadFreeBSD-src-14d8fe45061d6304d3e6438cfe4267aa7e17c705.zip
FreeBSD-src-14d8fe45061d6304d3e6438cfe4267aa7e17c705.tar.gz
MFC of 270755, 270772, 270773, 270775, 270799, 270806, 270807, 270820
Enable the build of the Intel XL710 drivers, and fixes for that build.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 429901f..3c65f42 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -176,6 +176,8 @@ SUBDIR= \
${_iwnfw} \
${_ixgb} \
${_ixgbe} \
+ ${_ixl} \
+ ${_ixlv} \
jme \
joy \
kbdmux \
@@ -721,6 +723,8 @@ _iwnfw= iwnfw
.endif
_ixgb= ixgb
_ixgbe= ixgbe
+_ixl= ixl
+_ixlv= ixlv
_lindev= lindev
_linprocfs= linprocfs
_linsysfs= linsysfs
OpenPOWER on IntegriCloud