From b3a28c3a6637549c25934f692335df7c560d464d Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sun, 1 Jan 2023 07:38:29 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/71597 Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth --- src/vendorcode/amd/pi/00670F00/Makefile.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3