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$

.include <bsd.own.mk>

# Change if the src tree you are compiling for is not in /usr/src
#SYSDIR=/usr/src/sys

PACKAGE=examples
FILESDIR=${SHAREDIR}/examples/kld/khelp
KMOD=	h_example
SRCS=	h_example.c

.include <bsd.kmod.mk>