2000-10-31 04:09:35 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2004-11-14 20:53:17 +00:00
|
|
|
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64"
|
|
|
|
.error "ACPI can only be compiled into the kernel on the amd64 and ia64 platforms"
|
|
|
|
.endif
|
|
|
|
|
2004-11-15 13:28:03 +00:00
|
|
|
.if ${MACHINE} != "i386"
|
2004-11-14 20:53:17 +00:00
|
|
|
.error "The ACPI module is only for i386"
|
|
|
|
.endif
|
|
|
|
|
2005-03-18 08:48:10 +00:00
|
|
|
SUBDIR= acpi acpi_asus acpi_fujitsu acpi_ibm acpi_panasonic acpi_sony \
|
2005-02-04 05:49:36 +00:00
|
|
|
acpi_toshiba acpi_video
|
2000-10-31 04:09:35 +00:00
|
|
|
|
2003-12-24 03:49:38 +00:00
|
|
|
.include <bsd.subdir.mk>
|