Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147514999
D54315.id168620.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
892 B
Referenced Files
None
Subscribers
None
D54315.id168620.diff
View Options
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -579,6 +579,7 @@
.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \
${MACHINE_CPUARCH} == "i386"
+_acpi= acpi
_ena= ena
_gve= gve
_igc= igc
@@ -776,7 +777,6 @@
_aac= aac
_aacraid= aacraid
-_acpi= acpi
.if ${MK_CRYPT} != "no" || defined(ALL_MODULES)
_aesni= aesni
.endif
diff --git a/sys/modules/acpi/Makefile b/sys/modules/acpi/Makefile
--- a/sys/modules/acpi/Makefile
+++ b/sys/modules/acpi/Makefile
@@ -1,9 +1,9 @@
+.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
SUBDIR= \
acpi_asus \
acpi_asus_wmi \
acpi_dock \
acpi_fujitsu \
- acpi_ged \
acpi_hp \
acpi_ibm \
acpi_panasonic \
@@ -13,5 +13,9 @@
acpi_video \
acpi_wmi \
aibs
+.endif
+
+SUBDIR+= \
+ acpi_ged
.include <bsd.subdir.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 12, 1:50 PM (2 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29585190
Default Alt Text
D54315.id168620.diff (892 B)
Attached To
Mode
D54315: Build acpi kernel modules on aarch64
Attached
Detach File
Event Timeline
Log In to Comment