mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 22:27:47 -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)
7 lines
133 B
Makefile
7 lines
133 B
Makefile
SRCS+= \
|
|
amd64_get_fsbase.c \
|
|
amd64_get_gsbase.c \
|
|
amd64_set_fsbase.c \
|
|
amd64_set_gsbase.c
|
|
|
|
MDASM= vfork.S cerror.S getcontext.S
|