From ed2494e5454efed171ffda0b816b1eed167aebce Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Fri, 23 Dec 2022 17:14:55 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/71255 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/mainboard/amd/mandolin/Makefile.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mainboard/amd/mandolin') diff --git a/src/mainboard/amd/mandolin/Makefile.inc b/src/mainboard/amd/mandolin/Makefile.inc index 1a4740e6c3..6d11ee02bf 100644 --- a/src/mainboard/amd/mandolin/Makefile.inc +++ b/src/mainboard/amd/mandolin/Makefile.inc @@ -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 -- cgit v1.2.3