mirror of
https://github.com/opnsense/src.git
synced 2026-04-14 05:47:18 -04:00
Besides removing hand-translation to assembler, this also adds missing wrappers for arm64 and risc-v. Reviewed by: emaste, jhb Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D7694
11 lines
235 B
Makefile
11 lines
235 B
Makefile
# $FreeBSD$
|
|
|
|
SRCS+= trivial-vdso_tc.c
|
|
|
|
MDASM= Ovfork.S brk.S cerror.S exect.S \
|
|
sbrk.S syscall.S
|
|
|
|
# Don't generate default code for these syscalls:
|
|
NOASM= break.o exit.o getlogin.o sstk.o vfork.o yield.o
|
|
|
|
PSEUDO= _exit.o _getlogin.o
|