aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/psp/Makefile.inc
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-02-11 04:57:50 +0100
committerFelix Held <felix-coreboot@felixheld.de>2021-02-12 14:39:09 +0000
commitec54445cd4f2ac2337091e7201680ba38b988cd0 (patch)
tree5504c0d39ec7d15be6989688a2b22295b33a16d3 /src/soc/amd/common/block/psp/Makefile.inc
parent007cf382f887b11239aff88ed469ffbdd10bd701 (diff)
soc/amd/picasso/psp: move to common code and rename to psp_smm_gen2
Change-Id: I771a7d36eea7307754386824190624a09c0e38f7 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50515 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/soc/amd/common/block/psp/Makefile.inc')
-rw-r--r--src/soc/amd/common/block/psp/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/psp/Makefile.inc b/src/soc/amd/common/block/psp/Makefile.inc
index 907f0ef147..3bb03f7e81 100644
--- a/src/soc/amd/common/block/psp/Makefile.inc
+++ b/src/soc/amd/common/block/psp/Makefile.inc
@@ -20,5 +20,6 @@ ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_PSP_GEN2),y)
romstage-y += psp_gen2.c
ramstage-y += psp_gen2.c
smm-y += psp_gen2.c
+smm-y += psp_smm_gen2.c
endif # CONFIG_SOC_AMD_COMMON_BLOCK_PSP_GEN2