aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/acpi
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/acpi')
-rw-r--r--sys/modules/acpi/acpi/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/modules/acpi/acpi/Makefile b/sys/modules/acpi/acpi/Makefile
index 9cf28b598ef9..572269224272 100644
--- a/sys/modules/acpi/acpi/Makefile
+++ b/sys/modules/acpi/acpi/Makefile
@@ -4,10 +4,6 @@
.error "The ACPI module is deprecated, set FORCE_BUILD to force it"
.endif
-.if ${MACHINE_CPUARCH} == "ia64"
-.error "ACPI can only be compiled into the kernel on the ia64 platform"
-.endif
-
.if ${MACHINE} != "amd64" && ${MACHINE} != "i386"
.error "The ACPI module is only for amd64 and i386"
.endif