From 82fe13eef8849a57a56e364f9f8b0658f06aad1d Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sat, 31 Dec 2022 09:59:38 +0100 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/71588 Tested-by: build bot (Jenkins) Reviewed-by: Fred Reitberger --- src/soc/amd/cezanne/psp_verstage/Makefile.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/soc/amd/cezanne/psp_verstage/Makefile.inc b/src/soc/amd/cezanne/psp_verstage/Makefile.inc index 547650dcc6..2cb1345365 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