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.inc5
1 files changed, 5 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
new file mode 100644
index 0000000000..0639890207
--- /dev/null
+++ b/src/soc/amd/common/block/cpu/smm/Makefile.inc
@@ -0,0 +1,5 @@
+ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_SMM),y)
+
+ramstage-y += smm_relocate.c
+
+endif # CONFIG_SOC_AMD_COMMON_BLOCK_SMM