This website requires JavaScript.
Explore
Help
Sign In
asgardius
/
android_kernel_motorola_sm6225
Watch
1
Star
0
Fork
You've already forked android_kernel_motorola_sm6225
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
8e3bad65a5
android_kernel_motorola_sm6225
/
drivers
/
thermal
/
Makefile
6 lines
81 B
Makefile
Raw
Normal View
History
Unescape
Escape
the generic thermal sysfs driver The Generic Thermal sysfs driver for thermal management. Signed-off-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Thomas Sujith <sujith.thomas@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
2008-01-17 08:51:08 +01:00
#
# Makefile for sensor chip drivers.
#
thermal: add the support for building the generic thermal as a module Build the generic thermal driver as module "thermal_sys". Make ACPI thermal, video, processor and fan SELECT the generic thermal driver, as these drivers rely on it to build the sysfs I/F. Signed-off-by: Zhang Rui <rui.zhang@intel.com> Acked-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Len Brown <len.brown@intel.com>
2008-04-21 10:07:13 +02:00
obj-$(CONFIG_THERMAL)
+=
thermal_sys.o
Reference in a new issue
Copy permalink