mb/amd/bilby/Makefile.inc: Remove path to non-existent directory
Fix: cc1: error: src/mainboard/amd/bilby/acpi: No such file or directory [-Werror=missing-include-dirs] Change-Id: Ie167cd362b55e38870d26a877d8181b2b07b8639 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/71254 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
cca3c90ed9
commit
9f90964415
|
@ -13,5 +13,3 @@ endif
|
|||
ifeq ($(CONFIG_BOARD_AMD_BILBY),y)
|
||||
APCB_SOURCES = $(MAINBOARD_BLOBS_DIR)/APCB_bilby.bin
|
||||
endif
|
||||
|
||||
CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/acpi
|
||||
|
|
Loading…
Reference in New Issue