summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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