mb/amd/mandolin/Makefile.inc: Remove path to non-existent directory
Fix: cc1: error: src/mainboard/amd/mandolin/acpi: No such file or directory [-Werror=missing-include-dirs] Change-Id: Ifbe6fda12088ddf51b6a177116aa542dbacc7672 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/71255 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
9f90964415
commit
ed2494e545
|
@ -31,5 +31,3 @@ warn_no_mchp:
|
|||
printf "coreboot has been built without the Microchip EC.\n"
|
||||
printf "Do not flash this image. Your Mandolin's power button\n"
|
||||
printf "will not respond when you press it.\n\n"
|
||||
|
||||
CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/acpi
|
||||
|
|
Loading…
Reference in New Issue