soc/amd: include cpu/x86/smm directory in common SMM Makefile
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: Id6be7aa7f295e61f873bfae1fca42260d3b0db78 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50464 Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
a3a66b6e68
commit
574b1b9674
|
@ -4,7 +4,6 @@ ifeq ($(CONFIG_SOC_AMD_CEZANNE),y)
|
|||
|
||||
subdirs-y += ../../../cpu/x86/lapic
|
||||
subdirs-y += ../../../cpu/x86/mtrr
|
||||
subdirs-y += ../../../cpu/x86/smm
|
||||
|
||||
# Beware that all-y also adds the compilation unit to verstage on PSP
|
||||
all-y += config.c
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ subdirs-y += ../../../cpu/x86/lapic
|
|||
subdirs-y += ../../../cpu/x86/cache
|
||||
subdirs-y += ../../../cpu/x86/mtrr
|
||||
subdirs-y += ../../../cpu/x86/pae
|
||||
subdirs-y += ../../../cpu/x86/smm
|
||||
subdirs-$(CONFIG_VBOOT_STARTS_BEFORE_BOOTBLOCK) += psp_verstage
|
||||
|
||||
# Beware that all-y also adds the compilation unit to verstage on PSP
|
||||
|
|
|
@ -8,7 +8,6 @@ subdirs-y += ../../../cpu/x86/lapic
|
|||
subdirs-y += ../../../cpu/x86/cache
|
||||
subdirs-y += ../../../cpu/x86/mtrr
|
||||
subdirs-y += ../../../cpu/x86/pae
|
||||
subdirs-y += ../../../cpu/x86/smm
|
||||
|
||||
bootblock-y += uart.c
|
||||
bootblock-y += BiosCallOuts.c
|
||||
|
|
Loading…
Reference in New Issue