diff options
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 1d88622..271ba73 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -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 |