xref: /linux/drivers/soc/tegra/cbb/Makefile (revision 1634b7adcc5bef645b3666fdd564e5952a9e24e0)
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