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.2 2020/10/11 14:54:08 jmcneill Exp $

.include <bsd.own.mk>
.include "${.CURDIR}/Makefile.cdrom"

CDBASE=		evbarm-${MACHINE_ARCH}cd	# gives ${CDBASE}.iso
CDRELEASE=	true				# include $RELEASEDIR/$RELEASEMACHINEDIR
CDRELEASE_NODEBUG=	true
CLEANFILES+=	boot.cfg

prepare_md_post:
	${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" \
		< ${.CURDIR}/boot.cfg.in > boot.cfg

.include "${.CURDIR}/../../common/Makefile.bootcd"

# Exclude live images from installation media
CDRELEASE_EXCLUDE+=	-s ',./binary/gzimg.*,,gp'