mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Disconnect acpi.ko from the build on i386. ACPI is now only supported when
compiled into the kernel, not as a loadable module.
This commit is contained in:
parent
f67b4bd367
commit
bfda18fcb6
1 changed files with 1 additions and 5 deletions
|
|
@ -1,10 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.if ${MACHINE} == "i386"
|
||||
SUBDIR= acpi
|
||||
.endif
|
||||
|
||||
SUBDIR+= acpi_asus acpi_fujitsu acpi_hp acpi_ibm \
|
||||
SUBDIR= acpi_asus acpi_fujitsu acpi_hp acpi_ibm \
|
||||
acpi_panasonic acpi_sony acpi_toshiba acpi_video \
|
||||
acpi_dock acpi_wmi aibs
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue