Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# $FreeBSD$

SHLIB_NAME=	dynthr_mod.so
SHLIBDIR=	${TESTSDIR}
SRCS=		dynthr_mod.c
LIBADD=		pthread

TESTSDIR:=	${TESTSBASE}/${RELDIR:C/libc\/tests/libc/:H}


.include <bsd.lib.mk>