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
.PATH.S: ${.PARSEDIR}
EC_SRCS += \
ecp_nistz256-x86.S

ECCPPFLAGS+= -DOPENSSL_NO_EC_NISTP_64_GCC_128
ECCPPFLAGS+= -DECP_NISTZ256_ASM

ECNI = yes
.include "../../ec.inc"