From 6215e6129218f9ab4614b30525a4b99661b0ef0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Thu, 25 Feb 2021 08:00:21 +0200 Subject: util/autoport: Add dsdt_top.asl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix required after commit cf246d5166 that added a top-level ASL file. Change-Id: Ifd3ef021a6024950021406cfbd13ccaa7bbdbce5 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/51083 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Arthur Heymans Reviewed-by: Angel Pons --- util/autoport/main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'util') diff --git a/util/autoport/main.go b/util/autoport/main.go index 35e21ab6c1..b889a95681 100644 --- a/util/autoport/main.go +++ b/util/autoport/main.go @@ -840,6 +840,7 @@ DefinitionBlock( 0x20141018 /* OEM revision */ ) { + #include #include "acpi/platform.asl" `) -- cgit v1.2.3