mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 16:35:27 -04:00
After r305012 the asm wrapper is not needed. Sponsored by: The FreeBSD Foundation MFC after: 1 week
23 lines
300 B
Makefile
23 lines
300 B
Makefile
# $FreeBSD$
|
|
|
|
MIASM:= ${MIASM:Nfreebsd[467]_*}
|
|
|
|
SRCS+= __vdso_gettc.c
|
|
|
|
MDASM= cerror.S \
|
|
shmat.S \
|
|
sigreturn.S \
|
|
syscall.S \
|
|
vfork.S
|
|
|
|
# Don't generate default code for these syscalls:
|
|
NOASM= break.o \
|
|
exit.o \
|
|
getlogin.o \
|
|
sbrk.o \
|
|
sstk.o \
|
|
vfork.o \
|
|
yield.o
|
|
|
|
PSEUDO= _exit.o \
|
|
_getlogin.o
|