blob: e8b42093203108e7f13f1aedeaaed841a62409fa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
SRCS+= __vdso_gettc.c \
pdrfork_thread_gen.c \
rfork_thread_gen.c \
sched_getcpu_gen.c
MDASM= \
cerror.S \
vfork.S
.if ${LIB} == "sys"
.PATH: ${LIBSYS_SRCTOP}/../libc/arm/aeabi
SRCS+= aeabi_unwind_cpp.c
.endif
|