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.4 2016/09/17 17:09:10 christos Exp $
#

.include <bsd.init.mk>

CPPFLAGS+= -I.
PROG=	elf2bb
MKMAN=	no
SRCS=	elf2bb.c chksum.c

.include <bsd.prog.mk>