Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/71255 )
Change subject: mb/amd/mandolin/Makefile.inc: Remove path to non-existent directory ......................................................................
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 --- M src/mainboard/amd/mandolin/Makefile.inc 1 file changed, 16 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Felix Held: Looks good to me, approved
diff --git a/src/mainboard/amd/mandolin/Makefile.inc b/src/mainboard/amd/mandolin/Makefile.inc index 1a4740e..6d11ee0 100644 --- a/src/mainboard/amd/mandolin/Makefile.inc +++ b/src/mainboard/amd/mandolin/Makefile.inc @@ -31,5 +31,3 @@ 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