Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5fc024ab authored by Zhang Rui's avatar Zhang Rui
Browse files

Thermal: rename thermal_sys.c to thermal_core.c



this is the preparation work to build all the thermal core framework
source file, like governors, cpu cooling, etc, into one module.

No functional change in this patch.

Signed-off-by: default avatarZhang Rui <rui.zhang@intel.com>
Acked-by: default avatarEduardo Valentin <eduardo.valentin@ti.com>
Acked-by: default avatarDurgadoss R <durgadoss.r@intel.com>
parent 841d481b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
#

obj-$(CONFIG_THERMAL)		+= thermal_sys.o
thermal_sys-y			+= thermal_core.o

# governors
obj-$(CONFIG_THERMAL_GOV_FAIR_SHARE)	+= fair_share.o