Files
system76-coreboot/src/arch/i386/boot/Config.lb
Stefan Reinauer ca374d455c rename linuxbios_* files, too.
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
2008-01-18 16:16:45 +00:00

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