]> Git Repo - linux.git/blob - drivers/firmware/tegra/Makefile
Linux 6.14-rc3
[linux.git] / drivers / firmware / tegra / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 tegra-bpmp-y                    = bpmp.o
3 tegra-bpmp-$(CONFIG_ARCH_TEGRA_210_SOC) += bpmp-tegra210.o
4 tegra-bpmp-$(CONFIG_ARCH_TEGRA_186_SOC) += bpmp-tegra186.o
5 tegra-bpmp-$(CONFIG_ARCH_TEGRA_194_SOC) += bpmp-tegra186.o
6 tegra-bpmp-$(CONFIG_ARCH_TEGRA_234_SOC) += bpmp-tegra186.o
7 tegra-bpmp-$(CONFIG_DEBUG_FS)   += bpmp-debugfs.o
8 obj-$(CONFIG_TEGRA_BPMP)        += tegra-bpmp.o
9 obj-$(CONFIG_TEGRA_IVC)         += ivc.o
This page took 0.03515 seconds and 4 git commands to generate.