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 v4.18 9 lines 371 B view raw
1# SPDX-License-Identifier: GPL-2.0 2dtb-$(CONFIG_DTB_RT2880_EVAL) += rt2880_eval.dtb 3dtb-$(CONFIG_DTB_RT305X_EVAL) += rt3052_eval.dtb 4dtb-$(CONFIG_DTB_RT3883_EVAL) += rt3883_eval.dtb 5dtb-$(CONFIG_DTB_MT7620A_EVAL) += mt7620a_eval.dtb 6dtb-$(CONFIG_DTB_OMEGA2P) += omega2p.dtb 7dtb-$(CONFIG_DTB_VOCORE2) += vocore2.dtb 8 9obj-$(CONFIG_BUILTIN_DTB) += $(addsuffix .o, $(dtb-y))