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
#
# Joshua Henderson, <joshua.henderson@microchip.com>
# Copyright (C) 2015 Microchip Technology, Inc.  All rights reserved.
#
obj-y			:= init.o time.o config.o

obj-$(CONFIG_EARLY_PRINTK)	+= early_console.o      \
				   early_pin.o		\
				   early_clk.o