diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-02-14 09:35:11 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-02-22 21:25:25 +0000 |
commit | d08a76e3ea51ddec19adc7ee740b0c40b200b9a8 (patch) | |
tree | ef9b8da13515070493b39ad7fb7fdf846c612188 | |
parent | 6d508dfc2d19f7945aaec30a60c106e25fb1fa49 (diff) |
mb/lenovo/g505s/acpi/ec.asl: Correct the path to "mainboard.h"
Change-Id: I273e29a26cf1c1ba34b95eb11bcb59a1360371e1
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61921
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
-rw-r--r-- | src/mainboard/lenovo/g505s/acpi/ec.asl | 2 |
1 files changed, 1 insertions, 1 deletions
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 <ec/compal/ene932/acpi/ec.asl> |