1
0
Fork 0

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: Zhang Rui <rui.zhang@intel.com>
Acked-by: Eduardo Valentin <eduardo.valentin@ti.com>
Acked-by: Durgadoss R <durgadoss.r@intel.com>
hifive-unleashed-5.1
Zhang Rui 2013-03-26 14:59:18 +08:00
parent 841d481b3c
commit 5fc024ab47
2 changed files with 1 additions and 0 deletions

View File

@ -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