diff options
Diffstat (limited to 'src/soc/amd/common/block/pm/Makefile.inc')
-rw-r--r-- | src/soc/amd/common/block/pm/Makefile.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/pm/Makefile.inc b/src/soc/amd/common/block/pm/Makefile.inc index 27d9bb5fe8..de1809a45b 100644 --- a/src/soc/amd/common/block/pm/Makefile.inc +++ b/src/soc/amd/common/block/pm/Makefile.inc @@ -1,5 +1,13 @@ ## SPDX-License-Identifier: GPL-2.0-only + bootblock-$(CONFIG_SOC_AMD_COMMON_BLOCK_PM) += pmlib.c +bootblock-$(CONFIG_SOC_AMD_COMMON_BLOCK_RESET) += reset.c + +verstage_x86-$(CONFIG_SOC_AMD_COMMON_BLOCK_RESET) += reset.c romstage-$(CONFIG_SOC_AMD_COMMON_BLOCK_PM_CHIPSET_STATE_SAVE) += chipset_state.c +romstage-$(CONFIG_SOC_AMD_COMMON_BLOCK_RESET) += reset.c + +ramstage-$(CONFIG_SOC_AMD_COMMON_BLOCK_RESET) += reset.c + smm-$(CONFIG_SOC_AMD_COMMON_BLOCK_PM_CHIPSET_STATE_SAVE) += chipset_state.c |