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

# Makefile for simple caller of syscall
# $FreeBSD$

PACKAGE=examples
FILESDIR=${SHAREDIR}/examples/kld/test
PROG=	call
MAN=
WARNS?=	5

.include <bsd.prog.mk>