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
8
9
# $NetBSD: Makefile.inc,v 1.2 2018/03/16 07:56:50 ryo Exp $

SRCS+=	byte_swap_2.S byte_swap_4.S byte_swap_8.S
SRCS+=	memcmp.S
SRCS+=	memcpy.S
SRCS+=	memmove.S
SRCS+=	memset.S
#SRCS+=	strcmp.S
#SRCS+=	strncmp.S