This website requires JavaScript.
Explore
Help
Register
Sign In
Minki
/
linux
Watch
1
Star
0
Fork
1
You've already forked linux
mirror of
https://github.com/torvalds/linux.git
synced
2024-11-12 15:11:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5c48ef3e20
linux
/
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 07:51:08 +00: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 08:07:13 +00:00
obj-$(CONFIG_THERMAL)
+=
thermal_sys.o
Reference in New Issue
Copy Permalink