diff options
author | Stefan Reinauer <stepan@openbios.org> | 2004-01-28 16:56:14 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2004-01-28 16:56:14 +0000 |
commit | 688b385aec24157e2112d0efa06868b4f8dfb97c (patch) | |
tree | e14205a31ab7c68432735d01e6f722a31623c041 /src/arch/i386/boot/Config.lb | |
parent | 22489894e189616bb5694cfed8bd951951e68fae (diff) |
please forgive me... ;)
* initial acpi support code
* fix header
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1358 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/i386/boot/Config.lb')
-rw-r--r-- | src/arch/i386/boot/Config.lb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/arch/i386/boot/Config.lb b/src/arch/i386/boot/Config.lb index ddbfa7b79e..c5a14d0f78 100644 --- a/src/arch/i386/boot/Config.lb +++ b/src/arch/i386/boot/Config.lb @@ -1,4 +1,5 @@ uses HAVE_PIRQ_TABLE +uses HAVE_ACPI_TABLES object boot.o object linuxbios_table.o @@ -6,4 +7,7 @@ object tables.o if HAVE_PIRQ_TABLE object pirq_routing.o end +if HAVE_ACPI_TABLES +object acpi.o +end |