mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 10:40:53 +07:00
e6b7991ed5
This code splits the exynos tmu driver code into SOC specific data parts. This will simplify adding new SOC specific data to the same TMU controller. Acked-by: Kukjin Kim <kgene.kim@samsung.com> Acked-by: Jonghwa Lee <jonghwa3.lee@samsung.com> Acked-by: Eduardo Valentin <eduardo.valentin@ti.com> Signed-off-by: Amit Daniel Kachhap <amit.daniel@samsung.com> Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
8 lines
240 B
Makefile
8 lines
240 B
Makefile
#
|
|
# Samsung thermal specific Makefile
|
|
#
|
|
obj-$(CONFIG_EXYNOS_THERMAL) += exynos_thermal.o
|
|
exynos_thermal-y := exynos_tmu.o
|
|
exynos_thermal-y += exynos_tmu_data.o
|
|
exynos_thermal-$(CONFIG_EXYNOS_THERMAL_CORE) += exynos_thermal_common.o
|