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 10
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 10