mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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 ec27c0bb3eea73be4db6cd2f275db6c516e12d00)
6 lines
85 B
Makefile
6 lines
85 B
Makefile
SRCS+= __vdso_gettc.c \
|
|
sched_getcpu_gen.c
|
|
|
|
MDASM= cerror.S \
|
|
syscall.S \
|
|
vfork.S
|