c7531f5a91
The arm version hasn't been used in ages. The mips version uses a valid, but pointless check of v1 and has been unhooked from the build since r276630. Differential Revision: https://reviews.freebsd.org/D2592 Reviewed by: emaste Sponsored by: DARPA, AFRL
12 lines
266 B
Makefile
12 lines
266 B
Makefile
# $FreeBSD$
|
|
|
|
SRCS+= trivial-vdso_tc.c
|
|
|
|
MDASM= Ovfork.S brk.S cerror.S exect.S \
|
|
pipe.S ptrace.S sbrk.S syscall.S
|
|
|
|
# Don't generate default code for these syscalls:
|
|
NOASM= break.o exit.o getlogin.o openbsd_poll.o sstk.o vfork.o yield.o
|
|
|
|
PSEUDO= _exit.o _getlogin.o
|