Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.9 13 lines 297 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2dtb-$(CONFIG_SOC_VCOREIII) += \ 3 jaguar2_pcb110.dtb \ 4 jaguar2_pcb111.dtb \ 5 jaguar2_pcb118.dtb \ 6 luton_pcb091.dtb \ 7 ocelot_pcb120.dtb \ 8 ocelot_pcb123.dtb \ 9 serval_pcb105.dtb \ 10 serval_pcb106.dtb 11 12 13obj-$(CONFIG_BUILTIN_DTB) += $(addsuffix .o, $(dtb-y))