summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/tegra/Makefile
diff options
context:
space:
mode:
authorTimo Alho <talho@nvidia.com>2019-01-24 19:03:53 +0200
committerThierry Reding <treding@nvidia.com>2019-01-25 15:58:47 +0100
commitcdfa358b248efd36c6a9cb4d4d0a3ba7509f8387 (patch)
treedb7d882df0d9233280ad0e4e300d3d3794f2b3f2 /drivers/firmware/tegra/Makefile
parent165ce6e01d2d00bff2f10eba8dd679cee44163bd (diff)
downloadlinux-cdfa358b248efd36c6a9cb4d4d0a3ba7509f8387.tar.bz2
firmware: tegra: Refactor BPMP driver
Split BPMP driver into common and chip specific parts to facilitate adding support for previous and future Tegra chips that are using BPMP as co-processor. Signed-off-by: Timo Alho <talho@nvidia.com> Acked-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/firmware/tegra/Makefile')
-rw-r--r--drivers/firmware/tegra/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firmware/tegra/Makefile b/drivers/firmware/tegra/Makefile
index 1b826dcca719..559355674bca 100644
--- a/drivers/firmware/tegra/Makefile
+++ b/drivers/firmware/tegra/Makefile
@@ -1,4 +1,5 @@
tegra-bpmp-y = bpmp.o
+tegra-bpmp-$(CONFIG_ARCH_TEGRA_186_SOC) += bpmp-tegra186.o
tegra-bpmp-$(CONFIG_DEBUG_FS) += bpmp-debugfs.o
obj-$(CONFIG_TEGRA_BPMP) += tegra-bpmp.o
obj-$(CONFIG_TEGRA_IVC) += ivc.o