summaryrefslogtreecommitdiffstats
path: root/sys/modules/acpi/Makefile
blob: 11c1dd714b8f42d276a0657ee7f9d870dbedab9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64"
.error "ACPI must be compiled in (not built as a module) on amd64 and ia64"
.endif

.if ${MACHINE} != "i386"
.error "The ACPI module is only for i386"
.endif

SUBDIR= acpi acpi_aiboost acpi_asus acpi_fujitsu acpi_ibm  \
	acpi_panasonic acpi_sony acpi_toshiba acpi_video acpi_dock

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud