summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/picasso/Makefile.inc
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2020-12-10 02:05:47 +0100
committerFelix Held <felix-coreboot@felixheld.de>2020-12-11 00:41:53 +0000
commite7a0202ed04db7aa5033e659345ccc75c3bc0773 (patch)
tree7393090b42460dfab54456c9967d4a5dbdfa331d /src/soc/amd/picasso/Makefile.inc
parent4074459964680869928b8f89d13178f15b4a0885 (diff)
downloadcoreboot-e7a0202ed04db7aa5033e659345ccc75c3bc0773.tar.gz
coreboot-e7a0202ed04db7aa5033e659345ccc75c3bc0773.tar.bz2
coreboot-e7a0202ed04db7aa5033e659345ccc75c3bc0773.zip
soc/amd/piasso,cezanne: add warning about using all-y in Makefile.inc
all-y will also add a compilation unit to the verstage on PSP build that runs on an ARM code instead of a x86 one. At the moment Cezanne doesn't have verstage on PSP support yet, but since it'll eventually land it doesn't hurt to already add the comment now. Change-Id: I15fb66e796cab48737ba5ac463c4c973794a005a Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48521 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/soc/amd/picasso/Makefile.inc')
-rw-r--r--src/soc/amd/picasso/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/Makefile.inc b/src/soc/amd/picasso/Makefile.inc
index 7cbae92932a7..142fb0c1f064 100644
--- a/src/soc/amd/picasso/Makefile.inc
+++ b/src/soc/amd/picasso/Makefile.inc
@@ -9,6 +9,7 @@ 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
all-y += config.c
all-y += aoac.c