Use MACHINE_ARCH instead of MACHINE to fix pc98 module.
This commit is contained in:
parent
ca122bf7d8
commit
5fc7261688
@ -4,7 +4,7 @@
|
||||
${.CURDIR}/../../pci \
|
||||
${.CURDIR}/../../dev/acpica \
|
||||
${.CURDIR}/../../dev/acpica/Osd \
|
||||
${.CURDIR}/../../${MACHINE}/acpica
|
||||
${.CURDIR}/../../${MACHINE_ARCH}/acpica
|
||||
|
||||
KMOD= acpi
|
||||
|
||||
@ -52,7 +52,7 @@ SRCS+= acpi_wakecode.h acpi_wakeup.c
|
||||
CLEANFILES+= acpi_wakecode.h acpi_wakecode.o acpi_wakecode.bin
|
||||
|
||||
acpi_wakecode.h: acpi_wakecode.S
|
||||
${MAKE} -f ${.CURDIR}/../../${MACHINE}/acpica/Makefile \
|
||||
MAKESRCPATH=${.CURDIR}/../../${MACHINE}/acpica
|
||||
${MAKE} -f ${.CURDIR}/../../${MACHINE_ARCH}/acpica/Makefile \
|
||||
MAKESRCPATH=${.CURDIR}/../../${MACHINE_ARCH}/acpica
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user