8204104f35
Add Tegra210 specific SOC_THERM driver. Signed-off-by: Wei Ni <wni@nvidia.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
6 lines
234 B
Makefile
6 lines
234 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_210_SOC) += tegra210-soctherm.o
|