Make it clear that the acpi modules can only be compiled on i386.
This commit is contained in:
parent
5e446cf703
commit
4b4f25fcb1
@ -1,5 +1,13 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64"
|
||||
.error "ACPI can only be compiled into the kernel on the amd64 and ia64 platforms"
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} != "i386"
|
||||
.error "The ACPI module is only for i386"
|
||||
.endif
|
||||
|
||||
SUBDIR= acpi acpi_asus acpi_panasonic acpi_snc acpi_toshiba acpi_video
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user