mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
It has more features than acpi_aiboost(4) and it will eventually replace acpi_aiboost(4). Submitted by: Constantine A. Murenin <cnst at FreeBSD.org> Reviewed by: freebsd-acpi, imp MFC after: 1 month
11 lines
229 B
Makefile
11 lines
229 B
Makefile
# $FreeBSD$
|
|
|
|
.if ${MACHINE} == "i386"
|
|
SUBDIR= acpi
|
|
.endif
|
|
|
|
SUBDIR+= acpi_aiboost acpi_asus acpi_fujitsu acpi_hp acpi_ibm \
|
|
acpi_panasonic acpi_sony acpi_toshiba acpi_video \
|
|
acpi_dock acpi_wmi aibs
|
|
|
|
.include <bsd.subdir.mk>
|