Makefile revision 164150
1# $FreeBSD: head/sys/modules/acpi/Makefile 164150 2006-11-10 20:06:03Z emaste $
2
3.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64"
4.error "ACPI must be compiled in (not built as a module) on amd64 and ia64"
5.endif
6
7.if ${MACHINE} != "i386"
8.error "The ACPI module is only for i386"
9.endif
10
11SUBDIR= acpi acpi_aiboost acpi_asus acpi_fujitsu acpi_ibm  \
12	acpi_panasonic acpi_sony acpi_toshiba acpi_video acpi_dock
13
14.include <bsd.subdir.mk>
15