aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/acpi
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2006-11-10 20:06:03 +0000
committerEd Maste <emaste@FreeBSD.org>2006-11-10 20:06:03 +0000
commit6d6da6898a18e2769c5a1710bfc8ebef78b85f78 (patch)
tree4aff5d15817478b55a4bee62806f256080a6ed90 /sys/modules/acpi
parent62efe23a828ce21ae4d100dc0fd5331f5582e7df (diff)
Notes
Diffstat (limited to 'sys/modules/acpi')
-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 e3b4307a5c97a..11c1dd714b8f4 100644
--- a/sys/modules/acpi/Makefile
+++ b/sys/modules/acpi/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64"
-.error "ACPI can only be compiled into the kernel on the amd64 and ia64 platforms"
+.error "ACPI must be compiled in (not built as a module) on amd64 and ia64"
.endif
.if ${MACHINE} != "i386"