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
#	$NetBSD: Makefile,v 1.3 2005/12/11 12:17:49 christos Exp $

PROG= mbr_bootsel
AFLAGS+= -DBOOTSEL
AFLAGS+= -DTERSE_ERROR
AFLAGS+= -DBOOTSEL_FLAGS=MBR_BS_ACTIVE

.include <../Makefile.mbr>