aboutsummaryrefslogtreecommitdiff
path: root/src/arch/i386/boot/Config.lb
blob: dc72ea49bf6e1701274a6ae2d27d3424a8c5c003 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
if HAVE_ACPI_RESUME
object wakeup.S
end
end