summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2004-11-15 13:28:03 +0000
committernyan <nyan@FreeBSD.org>2004-11-15 13:28:03 +0000
commitb5f85e2fdbe57c793be996cfebb9c55280048b24 (patch)
tree3a10ff6065ae73ec1641d0b0b5f826a59fb750eb /sys
parent509cea0ce876f8b47f86ee3a0ce40bce44982966 (diff)
downloadFreeBSD-src-b5f85e2fdbe57c793be996cfebb9c55280048b24.zip
FreeBSD-src-b5f85e2fdbe57c793be996cfebb9c55280048b24.tar.gz
PC98 does not have ACPI.
Diffstat (limited to 'sys')
-rw-r--r--sys/modules/acpi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/acpi/Makefile b/sys/modules/acpi/Makefile
index 4bea972..3fdaabf 100644
--- a/sys/modules/acpi/Makefile
+++ b/sys/modules/acpi/Makefile
@@ -4,7 +4,7 @@
.error "ACPI can only be compiled into the kernel on the amd64 and ia64 platforms"
.endif
-.if ${MACHINE_ARCH} != "i386"
+.if ${MACHINE} != "i386"
.error "The ACPI module is only for i386"
.endif
OpenPOWER on IntegriCloud