blob: e46d5ee7e04842241d3b2e6d6135463487254a73 [file] [log] [blame]
Martin Roth9231f0b2022-10-28 22:39:23 -06001## SPDX-License-Identifier: GPL-2.0-only
Subrata Banik2153ea52017-11-22 15:38:19 +05302ifeq ($(CONFIG_SOC_INTEL_COMMON_BLOCK_PMC),y)
3bootblock-y += pmclib.c
4romstage-y += pmclib.c
Arthur Heymans1ae8cd12020-11-19 13:59:53 +01005ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_PMC_DISCOVERABLE) += pmc.c
Subrata Banik5fb0e552021-11-30 13:17:46 +05306ramstage-y += pmclib.c
Subrata Banik2153ea52017-11-22 15:38:19 +05307smm-y += pmclib.c
8verstage-y += pmclib.c
Philipp Deppenwiese545ed7a2018-02-14 16:47:12 +01009postcar-y += pmclib.c
Duncan Laurie44caa192020-10-10 00:05:36 +000010ramstage-$(CONFIG_PMC_IPC_ACPI_INTERFACE) += pmc_ipc.c
Subrata Banik2153ea52017-11-22 15:38:19 +053011endif