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.19-rc7 9 lines 227 B view raw
1# SPDX-License-Identifier: GPL-2.0 2# 3# Control Backbone Driver code. 4# 5ifdef CONFIG_SOC_TEGRA_CBB 6obj-y += tegra-cbb.o 7obj-$(CONFIG_ARCH_TEGRA_194_SOC) += tegra194-cbb.o 8obj-$(CONFIG_ARCH_TEGRA_234_SOC) += tegra234-cbb.o 9endif