mirror of https://github.com/OpenIPC/firmware.git
12 lines
644 B
Diff
12 lines
644 B
Diff
diff -drupN a/drivers/thermal/Makefile b/drivers/thermal/Makefile
|
|
--- a/drivers/thermal/Makefile 2018-08-06 17:23:04.000000000 +0300
|
|
+++ b/drivers/thermal/Makefile 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -41,6 +41,7 @@ obj-$(CONFIG_MAX77620_THERMAL) += max776
|
|
obj-$(CONFIG_QORIQ_THERMAL) += qoriq_thermal.o
|
|
obj-$(CONFIG_DB8500_CPUFREQ_COOLING) += db8500_cpufreq_cooling.o
|
|
obj-$(CONFIG_INTEL_POWERCLAMP) += intel_powerclamp.o
|
|
+obj-y += sunxi_thermal/
|
|
obj-$(CONFIG_X86_PKG_TEMP_THERMAL) += x86_pkg_temp_thermal.o
|
|
obj-$(CONFIG_INTEL_SOC_DTS_IOSF_CORE) += intel_soc_dts_iosf.o
|
|
obj-$(CONFIG_INTEL_SOC_DTS_THERMAL) += intel_soc_dts_thermal.o
|