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.booters,v 1.5 2016/09/17 18:09:24 christos Exp $

NOPIE=	# defined
NOSSP=	# defined
BINDIR=		/usr/mdec/${BTYPE:tl}

DBG=
COPTS=		-Os -fomit-frame-pointer -fno-function-cse -fstrength-reduce -fno-unwind-tables

CPPFLAGS+=	-D_STANDALONE -DHEAP_VARIABLE
CPPFLAGS+=	 -D__daddr_t=int32_t

CFLAGS+=	-ffreestanding
CFLAGS+=	-Wall
CFLAGS+=	-Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
CFLAGS+=	-m68020-60

.include <bsd.klinks.mk>