diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-01-01 07:38:29 +0100 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-01-03 18:09:50 +0000 |
commit | b3a28c3a6637549c25934f692335df7c560d464d (patch) | |
tree | 83e258b3ba106f31e8549d2978b2999de7d21336 /src/vendorcode | |
parent | 82fe13eef8849a57a56e364f9f8b0658f06aad1d (diff) |
vc/amd/pi/00670F00/Makefile.inc: Remove path to non-existent directory
Fix:
CC romstage/mainboard/amd/pademelon/static.o
cc1: error: src/vendorcode/amd/pi/00670F00/Lib: No such file or directory [-Werror=missing-include-dirs]
CC romstage/mainboard/amd/gardenia/static.o
cc1: error: src/vendorcode/amd/pi/00670F00/Lib: No such file or directory [-Werror=missing-include-dirs]
CC romstage/mainboard/google/kahlee/static.o
cc1: error: src/vendorcode/amd/pi/00670F00/Lib: No such file or directory [-Werror=missing-include-dirs]
CC romstage/mainboard/google/kahlee/static.o
cc1: error: src/vendorcode/amd/pi/00670F00/Lib: No such file or directory [-Werror=missing-include-dirs]
Change-Id: I038f87f564ed0415035d92bf0d79a9f8ae2227a4
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71597
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'src/vendorcode')
-rw-r--r-- | src/vendorcode/amd/pi/00670F00/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vendorcode/amd/pi/00670F00/Makefile.inc b/src/vendorcode/amd/pi/00670F00/Makefile.inc index 96c3ea9bcd..2ac4987e00 100644 --- a/src/vendorcode/amd/pi/00670F00/Makefile.inc +++ b/src/vendorcode/amd/pi/00670F00/Makefile.inc @@ -32,7 +32,6 @@ AGESA_ROOT = $(call strip_quotes,$(CONFIG_AGESA_BINARY_PI_VENDORCODE_PATH)) BINARY_PI_INC = -I$(AGESA_ROOT) BINARY_PI_INC += -I$(AGESA_ROOT)/binaryPI BINARY_PI_INC += -I$(AGESA_ROOT)/Include -BINARY_PI_INC += -I$(AGESA_ROOT)/Lib BINARY_PI_INC += -I$(AGESA_ROOT)/Proc BINARY_PI_INC += -I$(AGESA_ROOT)/Proc/Common BINARY_PI_INC += -I$(AGESA_ROOT)/Proc/CPU |