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 to build LCD control software for ppi(4) interface.
#
# $FreeBSD$

PACKAGE=examples
FILESDIR=${SHAREDIR}/examples/ppi
PROG=	ppilcd
MAN=

.include <bsd.prog.mk>