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.includes,v 1.8 2023/02/20 02:12:25 mrg Exp $

#
# Always install in INCSDIR regardless of any path in filename
#
.for f in ${INCS}
INCSDIR_${f:C,/,_,g}=	${INCSDIR}
INCSNAME_${f:C,/,_,g}=	${f:T}
.endfor

.PATH: ${DIST}/libstdc++-v3/include

.include <bsd.prog.mk>