mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 16:35:27 -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
13 lines
375 B
Makefile
13 lines
375 B
Makefile
# from: Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp
|
|
# $FreeBSD$
|
|
|
|
SRCS+= amd64_get_fsbase.c amd64_get_gsbase.c amd64_set_fsbase.c \
|
|
amd64_set_gsbase.c
|
|
|
|
MDASM= vfork.S brk.S cerror.S exect.S getcontext.S \
|
|
sbrk.S setlogin.S sigreturn.S
|
|
|
|
# Don't generate default code for these syscalls:
|
|
NOASM= break.o exit.o getlogin.o sstk.o vfork.o yield.o
|
|
|
|
PSEUDO= _getlogin.o _exit.o
|