From 14d8fe45061d6304d3e6438cfe4267aa7e17c705 Mon Sep 17 00:00:00 2001 From: jfv Date: Mon, 1 Sep 2014 07:54:30 +0000 Subject: MFC of 270755, 270772, 270773, 270775, 270799, 270806, 270807, 270820 Enable the build of the Intel XL710 drivers, and fixes for that build. --- sys/modules/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/modules') 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 -- cgit v1.1