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

# $NetBSD: Makefile,v 1.1 2012/08/26 23:03:21 jmmv Exp $

.include <bsd.own.mk>

TESTSDIR=	${TESTSBASE}/share/mk

TESTS_SH=	t_lib t_own t_prog t_test
.for test in ${TESTS_SH}
TESTS_SH_SRC_${test}=	${test}.sh common.subr
.endfor

.include <bsd.test.mk>