aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
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 857c97fa0bf3..fa50c793f29b 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -145,6 +145,7 @@ SUBDIR= \
${_ichwd} \
${_ice} \
${_ice_ddp} \
+ ${_irdma} \
${_ida} \
if_bridge \
${_if_cgem} \
@@ -575,6 +576,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" || \