aboutsummaryrefslogtreecommitdiff
path: root/src/arch/i386/boot/Config.lb
blob: 6526a2f3f6926087dd49fd880b6d48c29b47ae43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
uses HAVE_PIRQ_TABLE
uses HAVE_ACPI_TABLES
uses CONFIG_MULTIBOOT

object boot.o
object coreboot_table.o
if CONFIG_MULTIBOOT
object multiboot.o
end
object tables.o
if HAVE_PIRQ_TABLE
object pirq_routing.o 
end
if HAVE_ACPI_TABLES
object acpi.o
object acpigen.o
end