Merge git://git.infradead.org/users/willy/linux-nvme
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / thermal / Makefile
index aa1bba9..54e4ec9 100644 (file)
@@ -7,6 +7,7 @@ thermal_sys-y                   += thermal_core.o
 
 # interface to/from other layers providing sensors
 thermal_sys-$(CONFIG_THERMAL_HWMON)            += thermal_hwmon.o
+thermal_sys-$(CONFIG_THERMAL_OF)               += of-thermal.o
 
 # governors
 thermal_sys-$(CONFIG_THERMAL_GOV_FAIR_SHARE)   += fair_share.o