d422e6f9b5
dependent functions have been implemented, but this is enough for world. Differential Revision: https://reviews.freebsd.org/D2132 Reviewed by: emaste Sponsored by: The FreeBSD Foundation
26 lines
323 B
Makefile
26 lines
323 B
Makefile
# $FreeBSD$
|
|
|
|
SRCS+= trivial-vdso_tc.c
|
|
|
|
#MDASM= ptrace.S
|
|
MDASM= brk.S \
|
|
cerror.S \
|
|
pipe.S \
|
|
sbrk.S \
|
|
shmat.S \
|
|
sigreturn.S \
|
|
syscall.S \
|
|
vfork.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
|