blob: 9c576921a0c94ac950c2d75cae94d35372e5b726 [file] [log] [blame]
uses CONFIG_HAVE_PIRQ_TABLE
uses CONFIG_HAVE_ACPI_TABLES
uses CONFIG_MULTIBOOT
uses CONFIG_HAVE_ACPI_RESUME
object boot.o
object coreboot_table.o
if CONFIG_MULTIBOOT
object multiboot.o
end
object tables.o
if CONFIG_HAVE_PIRQ_TABLE
object pirq_routing.o
end
if CONFIG_HAVE_ACPI_TABLES
object acpi.o
object acpigen.o
if CONFIG_HAVE_ACPI_RESUME
object wakeup.S
end
end