aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/soc/tegra/fuse/Makefile
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2015-04-29 16:54:04 +0200
committerThierry Reding <treding@nvidia.com>2015-07-16 10:38:28 +0200
commit7e939de1b2bb26496e4967e5346619700245e7c0 (patch)
tree678c17d76d5454d0856e148a6ba11537d562f5d2 /drivers/soc/tegra/fuse/Makefile
parentsoc/tegra: fuse: Restrict legacy code to 32-bit ARM (diff)
downloadwireguard-linux-7e939de1b2bb26496e4967e5346619700245e7c0.tar.xz
wireguard-linux-7e939de1b2bb26496e4967e5346619700245e7c0.zip
soc/tegra: fuse: Unify Tegra20 and Tegra30 drivers
Unifying the drivers makes it easier to restrict the legacy probing paths to 32-bit ARM. This in turn will come in handy as support for new 64-bit ARM SoCs is added. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/soc/tegra/fuse/Makefile')
-rw-r--r--drivers/soc/tegra/fuse/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/tegra/fuse/Makefile b/drivers/soc/tegra/fuse/Makefile
index 3af357da91f3..4adfce09d3a9 100644
--- a/drivers/soc/tegra/fuse/Makefile
+++ b/drivers/soc/tegra/fuse/Makefile
@@ -6,3 +6,4 @@ obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += speedo-tegra20.o
obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += speedo-tegra30.o
obj-$(CONFIG_ARCH_TEGRA_114_SOC) += speedo-tegra114.o
obj-$(CONFIG_ARCH_TEGRA_124_SOC) += speedo-tegra124.o
+obj-$(CONFIG_ARCH_TEGRA_132_SOC) += speedo-tegra124.o