df849145b5
* Driver for ACPI HP extra functionations, which required ACPI WMI driver. Submitted by: Michael <freebsdusb at bindone.de> Approved by: re MFC after: 2 weeks
12 lines
225 B
Makefile
12 lines
225 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
|
|
|
|
.include <bsd.subdir.mk>
|