Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150298318
D38973.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D38973.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D38973: sys/modules/Makefile: Add a section for arm64 + x86 + powerpc64.
Attached
Detach File
Event Timeline
Log In to Comment