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

1
2
3
4
5
6
7
#	$NetBSD: Makefile,v 1.1 2021/12/07 17:39:55 brad Exp $

PROG=	scmdctl

SRCS=	scmdctl.c uart.c i2cspi.c printscmd.c common.c

.include <bsd.prog.mk>