diff options
author | Sven Schnelle <svens@stackframe.org> | 2011-04-17 14:55:21 +0000 |
---|---|---|
committer | Sven Schnelle <svens@stackframe.org> | 2011-04-17 14:55:21 +0000 |
commit | ee4c6f7c8028f9854442c08b61aa3436dca5ab36 (patch) | |
tree | 1a34b4648de200fde70072129333b466354c3165 /src | |
parent | 1b9d2ee6ca80a0ac9a946d3fad4efb884998622c (diff) | |
download | coreboot-ee4c6f7c8028f9854442c08b61aa3436dca5ab36.tar.xz |
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')
-rw-r--r-- | src/ec/lenovo/h8/acpi/ec.asl | 1 |
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" } |