63c4ec905d
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>
7 lines
111 B
Makefile
7 lines
111 B
Makefile
#
|
|
# Makefile for sensor chip drivers.
|
|
#
|
|
|
|
thermal_sys-objs += thermal.o
|
|
obj-$(CONFIG_THERMAL) += thermal_sys.o
|