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
# $OpenPAM: Makefile.am 938 2017-04-30 21:34:42Z des $

SUBDIRS = pam_deny pam_permit pam_return

if WITH_PAM_UNIX
SUBDIRS += pam_unix
endif