summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2006-11-10 20:06:03 +0000
committeremaste <emaste@FreeBSD.org>2006-11-10 20:06:03 +0000
commit1aa7069d4fd3ef52c7de92f26bb3c5ba909b70f1 (patch)
tree4aff5d15817478b55a4bee62806f256080a6ed90 /sys/modules
parentf486315183c122f23f1b35b42ac8dd3c2b635caa (diff)
downloadFreeBSD-src-1aa7069d4fd3ef52c7de92f26bb3c5ba909b70f1.zip
FreeBSD-src-1aa7069d4fd3ef52c7de92f26bb3c5ba909b70f1.tar.gz
Clarify the error message when trying to build an ACPI module on amd64
or ia64. The old message implied to me that ACPI can't be compiled in on platforms other than amd64 and ia64. The amd64@ mailing list archive has messages from users with the same confusion. Approved by: scottl
Diffstat (limited to 'sys/modules')
-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 e3b4307..11c1dd7 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"
OpenPOWER on IntegriCloud