2000-10-30 23:09:35 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2004-11-14 15:53:17 -05: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 08:28:03 -05:00
|
|
|
.if ${MACHINE} != "i386"
|
2004-11-14 15:53:17 -05:00
|
|
|
.error "The ACPI module is only for i386"
|
|
|
|
|
.endif
|
|
|
|
|
|
2005-03-18 03:48:10 -05:00
|
|
|
SUBDIR= acpi acpi_asus acpi_fujitsu acpi_ibm acpi_panasonic acpi_sony \
|
2005-02-04 00:49:36 -05:00
|
|
|
acpi_toshiba acpi_video
|
2000-10-30 23:09:35 -05:00
|
|
|
|
2003-12-23 22:49:38 -05:00
|
|
|
.include <bsd.subdir.mk>
|