opnsense-src/lib/libc/riscv/sys/Makefile.inc
Jessica Clarke 348c41d181 riscv: Implement non-stub __vdso_gettc and __vdso_gettimekeep
PR:	256905
Reviewed by:	arichardson, mhorne
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D30963
2021-07-05 16:16:53 +01:00

10 lines
150 B
Makefile

# $FreeBSD$
SRCS+= __vdso_gettc.c
MDASM= cerror.S \
syscall.S \
vfork.S
# Don't generate default code for these syscalls:
NOASM+= sbrk.o vfork.o