From d2e1cfa841aeea4de96b7bd26177f8657eca4cf1 Mon Sep 17 00:00:00 2001 From: Zhang Rui Date: Thu, 15 Nov 2012 16:07:46 +0800 Subject: [PATCH] --- yaml --- r: 339283 b: refs/heads/master c: 445110e9d05e693c5e511717a010969175878754 h: refs/heads/master i: 339281: e4f604270a1f0fb1530f6e58ed360974c56067d3 339279: ffbfb25731351d690f4be58e6a69d8e0a26317f1 v: v3 --- [refs] | 2 +- trunk/drivers/thermal/Makefile | 18 ++++++++++++------ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/[refs] b/[refs] index 594b93a68a21..bafbf45f9f48 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ec54c74c8fb33a4317ea899f0d4dd49fb5f854ae +refs/heads/master: 445110e9d05e693c5e511717a010969175878754 diff --git a/trunk/drivers/thermal/Makefile b/trunk/drivers/thermal/Makefile index e5f79747fa94..0b6b048f236d 100644 --- a/trunk/drivers/thermal/Makefile +++ b/trunk/drivers/thermal/Makefile @@ -3,10 +3,16 @@ # obj-$(CONFIG_THERMAL) += thermal_sys.o -obj-$(CONFIG_CPU_THERMAL) += cpu_cooling.o -obj-$(CONFIG_SPEAR_THERMAL) += spear_thermal.o + +# governors +obj-$(CONFIG_FAIR_SHARE) += fair_share.o +obj-$(CONFIG_STEP_WISE) += step_wise.o +obj-$(CONFIG_USER_SPACE) += user_space.o + +# cpufreq cooling +obj-$(CONFIG_CPU_THERMAL) += cpu_cooling.o + +# platform thermal drivers +obj-$(CONFIG_SPEAR_THERMAL) += spear_thermal.o obj-$(CONFIG_RCAR_THERMAL) += rcar_thermal.o -obj-$(CONFIG_EXYNOS_THERMAL) += exynos_thermal.o -obj-$(CONFIG_FAIR_SHARE) += fair_share.o -obj-$(CONFIG_STEP_WISE) += step_wise.o -obj-$(CONFIG_USER_SPACE) += user_space.o +obj-$(CONFIG_EXYNOS_THERMAL) += exynos_thermal.o