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
This commit is contained in:
Sven Schnelle 2011-04-17 14:55:21 +00:00
parent 1b9d2ee6ca
commit ee4c6f7c80
1 changed files with 1 additions and 0 deletions

View File

@ -120,4 +120,5 @@ Device(EC)
#include "lid.asl"
#include "beep.asl"
#include "thermal.asl"
#include "systemstatus.asl"
}