mirror of
https://github.com/torvalds/linux.git
synced 2024-12-01 16:41:39 +00:00
44cb6a7df1
add Tegra132 specific SOC_THERM driver. Signed-off-by: Wei Ni <wni@nvidia.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
7 lines
301 B
Makefile
7 lines
301 B
Makefile
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
|