Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3057 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
14 lines
183 B
Plaintext
14 lines
183 B
Plaintext
uses HAVE_PIRQ_TABLE
|
|
uses HAVE_ACPI_TABLES
|
|
|
|
object boot.o
|
|
object coreboot_table.o
|
|
object tables.o
|
|
if HAVE_PIRQ_TABLE
|
|
object pirq_routing.o
|
|
end
|
|
if HAVE_ACPI_TABLES
|
|
object acpi.o
|
|
end
|
|
|