please forgive me... ;)

* initial acpi support code
 * fix header


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1358 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2004-01-28 16:56:14 +00:00
parent 22489894e1
commit 688b385aec
6 changed files with 260 additions and 1 deletions

View File

@@ -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