opnsense-src/lib/libc/aarch64/sys/Makefile.inc
Brooks Davis 444024241e libc: don't needlessly add vfork.o to NOASM
For architectures where vfork.S was named Ovfork.S this was needed, but
it was always pointless here as an entry in either MDASM or NOASM is
equivalent.

Reviewed by:	kib
Sponsored by:	DARPA
Differential Revision:	https://reviews.freebsd.org/D42914

(cherry picked from commit ec27c0bb3e)
2024-01-02 16:58:54 +00:00

8 lines
119 B
Makefile

MIASM:= ${MIASM:Nfreebsd[467]_*}
SRCS+= __vdso_gettc.c \
sched_getcpu_gen.c
MDASM= cerror.S \
syscall.S \
vfork.S