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

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
if HAVE_ACPI_RESUME
object wakeup.S
end
end