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
# SPDX-License-Identifier: GPL-2.0
dtb-$(CONFIG_DT_XLP_EVP)	+= xlp_evp.dtb
dtb-$(CONFIG_DT_XLP_SVP)	+= xlp_svp.dtb
dtb-$(CONFIG_DT_XLP_FVP)	+= xlp_fvp.dtb
dtb-$(CONFIG_DT_XLP_GVP)	+= xlp_gvp.dtb
dtb-$(CONFIG_DT_XLP_RVP)	+= xlp_rvp.dtb

obj-$(CONFIG_BUILTIN_DTB)	+= $(addsuffix .o, $(dtb-y))