summaryrefslogtreecommitdiff
path: root/src/arch/i386/boot/Config.lb
diff options
context:
space:
mode:
authorRudolf Marek <r.marek@assembler.cz>2009-04-13 18:07:02 +0000
committerRudolf Marek <r.marek@assembler.cz>2009-04-13 18:07:02 +0000
commit33cafe5bfb440d150e36872d091037fa0785863d (patch)
tree66380579c3a3f0f33da895634b9bad17a096cab3 /src/arch/i386/boot/Config.lb
parent497c8effceb9510ca89561a8fcc87cbc0acb8b08 (diff)
Following patch implements ACPI resume support for coreboot. The hardware main
hook will come in separate patch perhaps. Signed-off-by: Rudolf Marek <r.marek@assembler.cz> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4101 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/i386/boot/Config.lb')
-rw-r--r--src/arch/i386/boot/Config.lb3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/i386/boot/Config.lb b/src/arch/i386/boot/Config.lb
index 6526a2f3f6..dc72ea49bf 100644
--- a/src/arch/i386/boot/Config.lb
+++ b/src/arch/i386/boot/Config.lb
@@ -14,4 +14,7 @@ end
if HAVE_ACPI_TABLES
object acpi.o
object acpigen.o
+if HAVE_ACPI_RESUME
+object wakeup.S
+end
end