# SPDX-License-Identifier: GPL-2.0 # # Makefile for various Intel thermal drivers. obj-$([31mCONFIG_INTEL_POWERCLAMP[0m) += intel_powerclamp.o obj-$([31mCONFIG_X86_PKG_TEMP_THERMAL[0m) += x86_pkg_temp_thermal.o obj-$([31mCONFIG_INTEL_SOC_DTS_IOSF_CORE[0m) += intel_soc_dts_iosf.o obj-$([31mCONFIG_INTEL_SOC_DTS_THERMAL[0m) += intel_soc_dts_thermal.o obj-$([31mCONFIG_INTEL_QUARK_DTS_THERMAL[0m) += intel_quark_dts_thermal.o obj-$([31mCONFIG_INT340X_THERMAL[0m) += int340x_thermal/ obj-$([31mCONFIG_INTEL_BXT_PMIC_THERMAL[0m) += intel_bxt_pmic_thermal.o obj-$([31mCONFIG_INTEL_PCH_THERMAL[0m) += intel_pch_thermal.o |