Page MenuHomeFreeBSD

D38973.diff
No OneTemporary

D38973.diff

diff --git a/sys/modules/Makefile b/sys/modules/Makefile
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -533,13 +533,8 @@
.endif
.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \
- ${MACHINE_CPUARCH} == "i386"
-_ena= ena
+ ${MACHINE_CPUARCH} == "i386" || ${MACHINE_ARCH:Mpowerpc64*} != ""
_ipmi= ipmi
-_iwlwifi= iwlwifi
-.if ${MK_SOURCELESS_UCODE} != "no"
-_iwlwififw= iwlwififw
-.endif
_mlx4= mlx4
_mlx5= mlx5
.if (${MK_INET_SUPPORT} != "no" && ${MK_INET6_SUPPORT} != "no") || \
@@ -551,6 +546,15 @@
_mlx4ib= mlx4ib
_mlx5ib= mlx5ib
.endif
+.endif
+
+.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \
+ ${MACHINE_CPUARCH} == "i386"
+_ena= ena
+_iwlwifi= iwlwifi
+.if ${MK_SOURCELESS_UCODE} != "no"
+_iwlwififw= iwlwififw
+.endif
_ossl= ossl
_rtw88= rtw88
.if ${MK_SOURCELESS_UCODE} != "no"
@@ -844,17 +848,8 @@
.endif
.if ${MACHINE_ARCH:Mpowerpc64*} != ""
-_ipmi= ipmi
_ixl= ixl
-_mlx5= mlx5
_nvram= opal_nvram
-.if ${MK_OFED} != "no" || defined(ALL_MODULES)
-_mlx5ib= mlx5ib
-.endif
-.if (${MK_INET_SUPPORT} != "no" && ${MK_INET6_SUPPORT} != "no") || \
- defined(ALL_MODULES)
-_mlx5en= mlx5en
-.endif
.endif
.if ${MACHINE_CPUARCH} == "powerpc" && ${MACHINE_ARCH} != "powerpcspe"

File Metadata

Mime Type
text/plain
Expires
Wed, Apr 1, 12:13 AM (6 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30618822
Default Alt Text
D38973.diff (1 KB)

Event Timeline