Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0-only
2tegra-bpmp-y = bpmp.o
3tegra-bpmp-$(CONFIG_ARCH_TEGRA_210_SOC) += bpmp-tegra210.o
4tegra-bpmp-$(CONFIG_ARCH_TEGRA_186_SOC) += bpmp-tegra186.o
5tegra-bpmp-$(CONFIG_ARCH_TEGRA_194_SOC) += bpmp-tegra186.o
6tegra-bpmp-$(CONFIG_ARCH_TEGRA_234_SOC) += bpmp-tegra186.o
7tegra-bpmp-$(CONFIG_DEBUG_FS) += bpmp-debugfs.o
8obj-$(CONFIG_TEGRA_BPMP) += tegra-bpmp.o
9obj-$(CONFIG_TEGRA_IVC) += ivc.o