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 2011/02/06 01:13:57 joerg Exp $

LIB=	LLVMHello

.include <bsd.init.mk>

.PATH: ${LLVM_SRCDIR}/lib/Transforms/Hello

SRCS+=	Hello.cpp

.include <bsd.lib.mk>