aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/cpu/smm/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/common/block/cpu/smm/Makefile.inc')
-rw-r--r--src/soc/amd/common/block/cpu/smm/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/cpu/smm/Makefile.inc b/src/soc/amd/common/block/cpu/smm/Makefile.inc
index df54d93389..3008868760 100644
--- a/src/soc/amd/common/block/cpu/smm/Makefile.inc
+++ b/src/soc/amd/common/block/cpu/smm/Makefile.inc
@@ -2,7 +2,10 @@ ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_SMM),y)
subdirs-y += ../../../../../../cpu/x86/smm
+romstage-y += smm_helper.c
+postcar-y += smm_helper.c
ramstage-y += smm_relocate.c
+ramstage-y += smm_helper.c
smm-y += smi_handler.c
endif # CONFIG_SOC_AMD_COMMON_BLOCK_SMM