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>
This commit is contained in:
parent
82fe13eef8
commit
b3a28c3a66
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue