summaryrefslogtreecommitdiff
path: root/drivers/thermal/tegra/Makefile
diff options
context:
space:
mode:
authorWei Ni <wni@nvidia.com>2016-04-27 11:25:46 +0800
committerEduardo Valentin <edubezval@gmail.com>2016-05-17 07:28:31 -0700
commit44cb6a7df13d3f6e663262e8c264a46cf84aa679 (patch)
tree72542fb87ea04319ef92bf6ad75836f6da456e5b /drivers/thermal/tegra/Makefile
parentbba07c133f668d64378d92e1f536df618e640ba6 (diff)
thermal: tegra: add Tegra132 specific SOC_THERM driver
add Tegra132 specific SOC_THERM driver. Signed-off-by: Wei Ni <wni@nvidia.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal/tegra/Makefile')
-rw-r--r--drivers/thermal/tegra/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/tegra/Makefile b/drivers/thermal/tegra/Makefile
index bf9e028eba28..1ce1af2cf0f5 100644
--- a/drivers/thermal/tegra/Makefile
+++ b/drivers/thermal/tegra/Makefile
@@ -2,4 +2,5 @@ obj-$(CONFIG_TEGRA_SOCTHERM) += tegra-soctherm.o
tegra-soctherm-y := soctherm.o soctherm-fuse.o
tegra-soctherm-$(CONFIG_ARCH_TEGRA_124_SOC) += tegra124-soctherm.o
+tegra-soctherm-$(CONFIG_ARCH_TEGRA_132_SOC) += tegra132-soctherm.o
tegra-soctherm-$(CONFIG_ARCH_TEGRA_210_SOC) += tegra210-soctherm.o