aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2023-02-25 21:09:41 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2023-02-26 22:38:33 +0000
commite552cac3d7d999ac0fd6779fd7a3d216779075da (patch)
tree70cef44ce373f2dfa26ceb20fd9f24eee1750cf0 /sys/modules/Makefile
parentb8bb73ab724b19063481dba089c3dc9a8e1926b1 (diff)
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 9c2664460067..4397c7beb56e 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -843,8 +843,21 @@ _nvme= nvme
.if ${MACHINE_ARCH:Mpowerpc64*} != ""
_ipmi= ipmi
_ixl= ixl
+_mlx5= mlx5
_nvram= opal_nvram
+.if ${MK_OFED} != "no" || defined(ALL_MODULES)
+_ibcore= ibcore
+_ipoib= ipoib
+_iser= iser
+_mlx5ib= mlx5ib
+_rdma= rdma
+.endif
+.if (${MK_INET_SUPPORT} != "no" && ${MK_INET6_SUPPORT} != "no") || \
+ defined(ALL_MODULES)
+_mlx5en= mlx5en
+.endif
.endif
+
.if ${MACHINE_CPUARCH} == "powerpc" && ${MACHINE_ARCH} != "powerpcspe"
# Don't build powermac_nvram for powerpcspe, it's never supported.
_nvram+= powermac_nvram