mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 08:07:28 -04:00
Use the right variable name.
MACHINE_CPUARCH expands to aarch64 for arm64, whereas MACHINE always corresponds to the directory name under sys/ that contains the sources for that architecture.
This commit is contained in:
parent
5873e5fcb2
commit
aa40bd817c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../compat/cloudabi64
|
||||
.PATH: ${.CURDIR}/../../${MACHINE_CPUARCH}/cloudabi64
|
||||
.PATH: ${.CURDIR}/../../${MACHINE}/cloudabi64
|
||||
|
||||
KMOD= cloudabi64
|
||||
SRCS= cloudabi64_fd.c cloudabi64_poll.c cloudabi64_sock.c \
|
||||
|
|
|
|||
Loading…
Reference in a new issue