summaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorBartosz Sobczak <bartosz.sobczak@intel.com>2022-05-23 23:39:27 +0000
committerEric Joyner <erj@FreeBSD.org>2023-02-08 00:23:44 +0000
commit42bad04a21560f3a82ac3bdbd656d69634512cfc (patch)
tree2753301e647ca1247631ac25a5e97fa62dea7938 /sys/modules/Makefile
parent4f0087aa7c0d7a57c39f7ca8f6c6784ebd5e0b85 (diff)
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 56af2fb507ce..975ca2d84e57 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -150,6 +150,7 @@ SUBDIR= \
${_ichwd} \
${_ice} \
${_ice_ddp} \
+ ${_irdma} \
${_ida} \
if_bridge \
${_if_cgem} \
@@ -619,6 +620,9 @@ _ice= ice
.if ${MK_SOURCELESS_UCODE} != "no"
_ice_ddp= ice_ddp
.endif
+.if ${MK_OFED} != "no" || defined(ALL_MODULES)
+_irdma= irdma
+.endif
.endif
.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "arm" || \