From d08a76e3ea51ddec19adc7ee740b0c40b200b9a8 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Mon, 14 Feb 2022 09:35:11 +0100 Subject: [PATCH] mb/lenovo/g505s/acpi/ec.asl: Correct the path to "mainboard.h" Change-Id: I273e29a26cf1c1ba34b95eb11bcb59a1360371e1 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/61921 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/mainboard/lenovo/g505s/acpi/ec.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/lenovo/g505s/acpi/ec.asl b/src/mainboard/lenovo/g505s/acpi/ec.asl index 59868a9882..cde03fac2c 100644 --- a/src/mainboard/lenovo/g505s/acpi/ec.asl +++ b/src/mainboard/lenovo/g505s/acpi/ec.asl @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* Defines EC bits specific to the mainboard, needed by EC ASL */ -#include "mainboard.h" +#include "../mainboard.h" /* ACPI code for EC functions */ #include