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$

PACKAGE=examples
FILESDIR=${SHAREDIR}/examples/hwpmc
PROG=	overhead
LDFLAGS+= -lpmc
MAN=

install:

.include <bsd.prog.mk>