diff options
author | glebius <glebius@FreeBSD.org> | 2015-03-17 19:07:43 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2015-03-17 19:07:43 +0000 |
commit | cbaa350075bb7acdb1bec77ace0d4fa170826b06 (patch) | |
tree | 50ae450b496a3ca5340ce6dd3ffd97fb84290fc0 /sys/modules | |
parent | a4d05ea2c76341e39b841f98c56d1194dfa72f44 (diff) | |
download | FreeBSD-src-cbaa350075bb7acdb1bec77ace0d4fa170826b06.zip FreeBSD-src-cbaa350075bb7acdb1bec77ace0d4fa170826b06.tar.gz |
Fix build after r280182.
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 |