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.1 2007/12/04 08:02:24 ad Exp $

NOMAN=		# defined

PROG=		softint1

LDADD+=		-lpthread
DPADD+=		${LIBPTHREAD}

regress:
	@./${PROG}

.include <bsd.prog.mk>