diff options
-rw-r--r-- | sys/modules/acpi/Makefile | 2 |
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" |