aboutsummaryrefslogtreecommitdiff
path: root/src/ec/lenovo
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2011-04-17 14:55:21 +0000
committerSven Schnelle <svens@stackframe.org>2011-04-17 14:55:21 +0000
commitee4c6f7c8028f9854442c08b61aa3436dca5ab36 (patch)
tree1a34b4648de200fde70072129333b466354c3165 /src/ec/lenovo
parent1b9d2ee6ca80a0ac9a946d3fad4efb884998622c (diff)
Lenovo H8 EC: add missing systemstatus.asl include
Signed-off-by: Sven Schnelle <svens@stackframe.org> Acked-by: Sven Schnelle <svens@stackframe.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6510 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/ec/lenovo')
-rw-r--r--src/ec/lenovo/h8/acpi/ec.asl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ec/lenovo/h8/acpi/ec.asl b/src/ec/lenovo/h8/acpi/ec.asl
index bcd196173c..0bcf44159c 100644
--- a/src/ec/lenovo/h8/acpi/ec.asl
+++ b/src/ec/lenovo/h8/acpi/ec.asl
@@ -120,4 +120,5 @@ Device(EC)
#include "lid.asl"
#include "beep.asl"
#include "thermal.asl"
+#include "systemstatus.asl"
}