diff options
author | Wei Ni <wni@nvidia.com> | 2016-03-29 12:29:15 +0200 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2016-05-17 16:28:28 +0200 |
commit | 8204104f3598b6f29a8858df16c15c156014b863 (patch) | |
tree | 8df5caa5f46e45ac44c142e053204ddb87a3e09d /drivers/thermal/tegra/Makefile | |
parent | thermal: tegra: split tegra_soctherm driver (diff) | |
download | linux-8204104f3598b6f29a8858df16c15c156014b863.tar.xz linux-8204104f3598b6f29a8858df16c15c156014b863.zip |
thermal: tegra: add Tegra210 specific SOC_THERM driver
Add Tegra210 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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/tegra/Makefile b/drivers/thermal/tegra/Makefile index d5fb15377b97..bf9e028eba28 100644 --- a/drivers/thermal/tegra/Makefile +++ b/drivers/thermal/tegra/Makefile @@ -2,3 +2,4 @@ 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_210_SOC) += tegra210-soctherm.o |