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.2 2016/08/26 22:12:22 tnn Exp $

PROG=		icfs
CPPFLAGS+=	-D_KERNTYPES
LDADD+= 	-lpuffs -lutil
DBG=		-g -O0

WARNS=	3

NOMAN=	1

.include <bsd.prog.mk>