opnsense-src/sys/modules/cloudabi64/Makefile
Ed Schouten aa40bd817c 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.
2015-10-16 10:26:15 +00:00

11 lines
289 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../compat/cloudabi64
.PATH: ${.CURDIR}/../../${MACHINE}/cloudabi64
KMOD= cloudabi64
SRCS= cloudabi64_fd.c cloudabi64_poll.c cloudabi64_sock.c \
cloudabi64_syscalls.c cloudabi64_sysent.c cloudabi64_sysvec.c \
cloudabi64_thread.c
.include <bsd.kmod.mk>