mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 09:44:18 +08: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>
6 lines
127 B
Makefile
6 lines
127 B
Makefile
#
|
|
# Samsung thermal specific Makefile
|
|
#
|
|
obj-$(CONFIG_EXYNOS_THERMAL) += exynos_thermal.o
|
|
exynos_thermal-y := exynos_tmu.o
|