]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/acpi/Makefile
This commit was generated by cvs2svn to compensate for changes in r155290,
[FreeBSD/FreeBSD.git] / sys / modules / acpi / Makefile
1 # $FreeBSD$
2
3 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64"
4 .error "ACPI can only be compiled into the kernel on the amd64 and ia64 platforms"
5 .endif
6
7 .if ${MACHINE} != "i386"
8 .error "The ACPI module is only for i386"
9 .endif
10
11 SUBDIR= acpi acpi_asus acpi_fujitsu acpi_ibm acpi_panasonic acpi_sony \
12         acpi_toshiba acpi_video
13
14 .include <bsd.subdir.mk>