freebsd-dev/lib/libc/aarch64/sys/Makefile.inc
Konstantin Belousov 77b2c2f814 Add sched_getcpu()
for compatibility with Linux.

Reviewed by:	jhb
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D32901
2021-11-10 21:18:54 +02:00

15 lines
209 B
Makefile

# $FreeBSD$
MIASM:= ${MIASM:Nfreebsd[467]_*}
SRCS+= __vdso_gettc.c \
sched_getcpu_gen.c
MDASM= cerror.S \
syscall.S \
vfork.S
# Don't generate default code for these syscalls:
NOASM+= sbrk.o \
vfork.o