mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
3b6a1a805f
This patch brings support for providing configuration via device tree. Previously this data has been hardcoded in the exynos_tmu_data.c file. Such approach was not scalable and very often required copying the whole data. Signed-off-by: Lukasz Majewski <l.majewski@samsung.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
5 lines
127 B
Makefile
5 lines
127 B
Makefile
#
|
|
# Samsung thermal specific Makefile
|
|
#
|
|
obj-$(CONFIG_EXYNOS_THERMAL) += exynos_thermal.o
|
|
exynos_thermal-y := exynos_tmu.o
|