diff options
author | Sven Schnelle <svens@stackframe.org> | 2011-04-13 09:23:45 +0000 |
---|---|---|
committer | Sven Schnelle <svens@stackframe.org> | 2011-04-13 09:23:45 +0000 |
commit | 14748a58d9a738f8582c52300e366349d107836c (patch) | |
tree | d4022d470f1ae0bbf1d80d876c4714347085e5c9 /src | |
parent | 3e2f6790ed0e6dc81e39755e548f85f464d8a027 (diff) | |
download | coreboot-14748a58d9a738f8582c52300e366349d107836c.tar.xz |
Lenovo H8 EC: add missing include for thermal.asl
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Acked-by: Sven Schnelle <svens@stackframe.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6491 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 98abfc1102..bcd196173c 100644 --- a/src/ec/lenovo/h8/acpi/ec.asl +++ b/src/ec/lenovo/h8/acpi/ec.asl @@ -119,4 +119,5 @@ Device(EC) #include "sleepbutton.asl" #include "lid.asl" #include "beep.asl" +#include "thermal.asl" } |