freebsd-dev/sys/modules/acpi/Makefile
John Baldwin bfda18fcb6 Disconnect acpi.ko from the build on i386. ACPI is now only supported when
compiled into the kernel, not as a loadable module.
2010-11-08 20:30:59 +00:00

8 lines
169 B
Makefile

# $FreeBSD$
SUBDIR= 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>