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

# $FreeBSD$

SUBDIR=	${_apm} \
	${_beastie} \
	blank \
	${_daemon} \
	${_dragon} \
	fade \
	${_fire} \
	green \
	${_logo} \
	${_plasma} \
	${_rain} \
	${_snake} \
	${_star} \
	${_warp}

.if ${MACHINE_CPUARCH} == "i386"
_apm=		apm
.endif

.if ${MACHINE_CPUARCH} != "sparc64"
_beastie=	beastie
_beastie=	beastie
_daemon=	daemon
_dragon=	dragon
_fire=		fire
_logo=		logo
_plasma=	plasma
_rain=		rain
_snake=		snake
_star=		star
_warp=		warp
.endif

.include <bsd.subdir.mk>