From 574b1b96741f4e05d12e1137ca514005cf489cb3 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Wed, 10 Feb 2021 03:39:31 +0100 Subject: soc/amd: include cpu/x86/smm directory in common SMM Makefile Signed-off-by: Felix Held Change-Id: Id6be7aa7f295e61f873bfae1fca42260d3b0db78 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50464 Reviewed-by: Raul Rangel Reviewed-by: Marshall Dawson Tested-by: build bot (Jenkins) --- src/soc/amd/common/block/cpu/smm/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/soc/amd/common/block/cpu/smm') diff --git a/src/soc/amd/common/block/cpu/smm/Makefile.inc b/src/soc/amd/common/block/cpu/smm/Makefile.inc index c8815227eb..df54d93389 100644 --- a/src/soc/amd/common/block/cpu/smm/Makefile.inc +++ b/src/soc/amd/common/block/cpu/smm/Makefile.inc @@ -1,5 +1,7 @@ ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_SMM),y) +subdirs-y += ../../../../../../cpu/x86/smm + ramstage-y += smm_relocate.c smm-y += smi_handler.c -- cgit v1.2.3