Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/71588 )
Change subject: soc/amd/cezanne/psp_verstage/Makefile.inc: Remove path to non-existent directories ......................................................................
soc/amd/cezanne/psp_verstage/Makefile.inc: Remove path to non-existent directories
Found using 'Wmissing-include-dirs' command option. Fix: cc1: error: ../../src/soc/amd/cezanne/psp_verstage/include: No such file or directory [-Werror=missing-include-dirs]
Change-Id: I36022a031cc08d2af8b982522b3d6652e679bf14 Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/soc/amd/cezanne/psp_verstage/Makefile.inc 1 file changed, 14 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/88/71588/1
diff --git a/src/soc/amd/cezanne/psp_verstage/Makefile.inc b/src/soc/amd/cezanne/psp_verstage/Makefile.inc index 547650d..2cb1345 100644 --- a/src/soc/amd/cezanne/psp_verstage/Makefile.inc +++ b/src/soc/amd/cezanne/psp_verstage/Makefile.inc @@ -1,6 +1,5 @@ # SPDX-License-Identifier: GPL-2.0-only
-verstage-generic-ccopts += -I$(src)/soc/amd/cezanne/psp_verstage/include verstage-generic-ccopts += -I$(src)/vendorcode/amd/fsp/cezanne/include
verstage-generic-ccopts += -I$(src)/soc/amd/common/psp_verstage/include