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.3 2023/01/08 15:49:51 rillig Exp $

SRCS=		flashctl.c

PROG=		flashctl
MAN=		flashctl.8
LINTFLAGS+=	-T		# strict bool mode

WARNS=		4

.include <bsd.prog.mk>