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
# Install pmm_malloc.h as mm_malloc.h.

EXTRA_HEADERS += mm_malloc.h
mm_malloc.h: $(srcdir)/config/i386/pmm_malloc.h
	rm -f $@
	cat $^ > $@