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
09ad05077a
commit
7f5fdd9fd0
@ -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…
x
Reference in New Issue
Block a user