xref: /linux-6.3-rc2/drivers/soc/tegra/fuse/Makefile
  • Home
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • current directory
1# SPDX-License-Identifier: GPL-2.0
2obj-y					+= fuse-tegra.o
3obj-y					+= fuse-tegra30.o
4obj-y					+= tegra-apbmisc.o
5obj-$(CONFIG_ARCH_TEGRA_2x_SOC)		+= fuse-tegra20.o
6obj-$(CONFIG_ARCH_TEGRA_2x_SOC)		+= speedo-tegra20.o
7obj-$(CONFIG_ARCH_TEGRA_3x_SOC)		+= speedo-tegra30.o
8obj-$(CONFIG_ARCH_TEGRA_114_SOC)	+= speedo-tegra114.o
9obj-$(CONFIG_ARCH_TEGRA_124_SOC)	+= speedo-tegra124.o
10obj-$(CONFIG_ARCH_TEGRA_132_SOC)	+= speedo-tegra124.o
11obj-$(CONFIG_ARCH_TEGRA_210_SOC)	+= speedo-tegra210.o
12

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