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
8 lines
190 B
Makefile
8 lines
190 B
Makefile
# $FreeBSD$
|
|
|
|
MDASM+= brk.S cerror.S exect.S sbrk.S setlogin.S
|
|
|
|
# Don't generate default code for these syscalls:
|
|
NOASM= break.o exit.o getlogin.o sstk.o yield.o
|
|
|
|
PSEUDO= _getlogin.o _exit.o
|