diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-12-31 09:59:38 +0100 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-01-03 18:08:00 +0000 |
commit | 82fe13eef8849a57a56e364f9f8b0658f06aad1d (patch) | |
tree | 10503c41ae9442c545faaeacd0f0e37a0beef513 | |
parent | dba65d24b905042f04d5955ba8ad30a7effb708a (diff) |
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>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71588
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
-rw-r--r-- | src/soc/amd/cezanne/psp_verstage/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
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 |