Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339283
b: refs/heads/master
c: 445110e
h: refs/heads/master
i:
  339281: e4f6042
  339279: ffbfb25
v: v3
  • Loading branch information
Zhang Rui committed Nov 15, 2012
1 parent 6f91bd1 commit d2e1cfa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ec54c74c8fb33a4317ea899f0d4dd49fb5f854ae
refs/heads/master: 445110e9d05e693c5e511717a010969175878754
18 changes: 12 additions & 6 deletions trunk/drivers/thermal/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d2e1cfa

Please sign in to comment.