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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user