mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make the linuxapi module only build when WITH_OFED=YES is specified.
There needs to be some more testing done before it is ready for all platforms and architectures. MFC after: 1 month Sponsored by: Mellanox Technologies Reported by: bz@
This commit is contained in:
parent
633a28478c
commit
673d1626c7
1 changed files with 2 additions and 0 deletions
|
|
@ -502,7 +502,9 @@ _ipoib= ipoib
|
|||
_linprocfs= linprocfs
|
||||
_linsysfs= linsysfs
|
||||
_linux= linux
|
||||
.if ${MK_OFED} != "no"
|
||||
_linuxapi= linuxapi
|
||||
.endif
|
||||
_ndis= ndis
|
||||
.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
|
||||
_opensolaris= opensolaris
|
||||
|
|
|
|||
Loading…
Reference in a new issue