summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/picasso/Makefile.inc
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-02-10 03:39:31 +0100
committerMartin Roth <martinroth@google.com>2021-02-11 02:46:41 +0000
commit574b1b96741f4e05d12e1137ca514005cf489cb3 (patch)
treec12c8013b4273a8a7a09911cd6aaac3726bba30b /src/soc/amd/picasso/Makefile.inc
parenta3a66b6e6845da98c0a0768c7c4ef2e365068044 (diff)
downloadcoreboot-574b1b96741f4e05d12e1137ca514005cf489cb3.tar.gz
coreboot-574b1b96741f4e05d12e1137ca514005cf489cb3.tar.bz2
coreboot-574b1b96741f4e05d12e1137ca514005cf489cb3.zip
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>
Diffstat (limited to 'src/soc/amd/picasso/Makefile.inc')
-rw-r--r--src/soc/amd/picasso/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/Makefile.inc b/src/soc/amd/picasso/Makefile.inc
index ddab52243b08..d81eddc59dc6 100644
--- a/src/soc/amd/picasso/Makefile.inc
+++ b/src/soc/amd/picasso/Makefile.inc
@@ -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