diff options
Diffstat (limited to 'sys/modules/Makefile')
| -rw-r--r-- | sys/modules/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 2161b8b407af..8e7c895da835 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -128,6 +128,7 @@ SUBDIR= \ hwpmc \ ${_hyperv} \ ${_i2c} \ + ${_ibcore} \ ${_ibcs2} \ ${_ichwd} \ ${_ida} \ @@ -149,6 +150,7 @@ SUBDIR= \ ${_igb} \ ${_iir} \ ${_io} \ + ${_ipoib} \ ${_ipdivert} \ ${_ipfilter} \ ${_ipfw} \ @@ -499,11 +501,17 @@ _fe= fe _glxiic= glxiic _glxsb= glxsb _i2c= i2c +.if ${MK_OFED} != "no" || defined(ALL_MODULES) +_ibcore= ibcore +.endif _ibcs2= ibcs2 _ie= ie _if_ndis= if_ndis _igb= igb _io= io +.if ${MK_OFED} != "no" || defined(ALL_MODULES) +_ipoib= ipoib +.endif _lindev= lindev _linprocfs= linprocfs _linsysfs= linsysfs @@ -675,6 +683,9 @@ _hptrr= hptrr .endif _hyperv= hyperv _i2c= i2c +.if ${MK_OFED} != "no" || defined(ALL_MODULES) +_ibcore= ibcore +.endif _ichwd= ichwd _ida= ida _if_ndis= if_ndis @@ -682,6 +693,9 @@ _igb= igb _iir= iir _io= io _ipmi= ipmi +.if ${MK_OFED} != "no" || defined(ALL_MODULES) +_ipoib= ipoib +.endif _ips= ips _ipw= ipw .if ${MK_SOURCELESS_UCODE} != "no" |
