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

1
2
3
4
5
6
7
8
9
#	$NetBSD: Makefile,v 1.1 2008/05/23 22:22:36 ad Exp $

NOMAN=		# defined

PROG=		latency1
WARNS?=		4
LDADD=		-lpthread -lrt

.include <bsd.prog.mk>