Makefile revision 138632
145088Smarkm# $FreeBSD: head/sys/modules/acpi/Makefile 138632 2004-12-09 16:47:07Z takawata $
245088Smarkm
345488Smarkm.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64"
445088Smarkm.error "ACPI can only be compiled into the kernel on the amd64 and ia64 platforms"
545088Smarkm.endif
645088Smarkm
745088Smarkm.if ${MACHINE} != "i386"
845088Smarkm.error "The ACPI module is only for i386"
945088Smarkm.endif
1045088Smarkm
1145088SmarkmSUBDIR= acpi acpi_asus acpi_ibm acpi_panasonic acpi_sony acpi_toshiba acpi_video 
1245088Smarkm
1345088Smarkm.include <bsd.subdir.mk>
1445088Smarkm