freebsd-dev/sys/modules/acpi/Makefile
Philip Paeps 9a8b554fc2 Add acpi_fujitsu for handling acpi-controlled buttons on Fujitsu laptops.
Submitted by:	Anish Mistry <mistry.7 -at- osu.edu>
Reviewed by:	njl
X-MFC after:	5.4-RELEASE
2005-03-18 08:48:10 +00:00

15 lines
362 B
Makefile

# $FreeBSD$
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64"
.error "ACPI can only be compiled into the kernel on the amd64 and ia64 platforms"
.endif
.if ${MACHINE} != "i386"
.error "The ACPI module is only for i386"
.endif
SUBDIR= acpi acpi_asus acpi_fujitsu acpi_ibm acpi_panasonic acpi_sony \
acpi_toshiba acpi_video
.include <bsd.subdir.mk>