mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-07 08:48:05 -04:00
7 lines
240 B
Makefile
7 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
|