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
