1fa082a7cSKate Hsuan# SPDX-License-Identifier: GPL-2.0 2fa082a7cSKate Hsuan# 3fa082a7cSKate Hsuan# Intel x86 Platform-Specific Drivers 4fa082a7cSKate Hsuan# 5fa082a7cSKate Hsuan 6*b5d46539SXi Pardeeintel_pmc_core-y := core.o spt.o cnp.o icl.o \ 7*b5d46539SXi Pardee tgl.o adl.o mtl.o arl.o lnl.o ptl.o 8fa082a7cSKate Hsuanobj-$(CONFIG_INTEL_PMC_CORE) += intel_pmc_core.o 9fa082a7cSKate Hsuanintel_pmc_core_pltdrv-y := pltdrv.o 10fa082a7cSKate Hsuanobj-$(CONFIG_INTEL_PMC_CORE) += intel_pmc_core_pltdrv.o 11*b5d46539SXi Pardee 12*b5d46539SXi Pardee# Intel PMC SSRAM driver 13*b5d46539SXi Pardeeintel_pmc_ssram_telemetry-y += ssram_telemetry.o 14*b5d46539SXi Pardeeobj-$(CONFIG_INTEL_PMC_SSRAM_TELEMETRY) += intel_pmc_ssram_telemetry.o 15