xref: /linux-6.3-rc2/drivers/soc/tegra/Makefile
  • Home
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • current directory
1# SPDX-License-Identifier: GPL-2.0
2obj-y += fuse/
3obj-y += cbb/
4
5obj-y += common.o
6obj-$(CONFIG_SOC_TEGRA_FLOWCTRL) += flowctrl.o
7obj-$(CONFIG_SOC_TEGRA_PMC) += pmc.o
8obj-$(CONFIG_SOC_TEGRA_POWERGATE_BPMP) += powergate-bpmp.o
9obj-$(CONFIG_SOC_TEGRA20_VOLTAGE_COUPLER) += regulators-tegra20.o
10obj-$(CONFIG_SOC_TEGRA30_VOLTAGE_COUPLER) += regulators-tegra30.o
11obj-$(CONFIG_ARCH_TEGRA_186_SOC) += ari-tegra186.o
12

Last Index update Sun Aug 20 00:18:20 CST 2023