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.liveimage,v 1.1 2021/07/23 21:53:33 jmcneill Exp $

.include <bsd.own.mk>

.if !empty(MACHINE_ARCH:Maarch64*)
KERN_SET=		kern-GENERIC64
EFIBOOT=		${WORKDIR}/usr/mdec/bootaa64.efi
.else
KERN_SET=		kern-GENERIC
EFIBOOT=		${WORKDIR}/usr/mdec/bootarm.efi
.endif

USE_MBR=		yes
USE_GPT=		yes

.include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"