blob: c5a14d0f78d2986c54ed9cb902055bb4714e59f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
uses HAVE_PIRQ_TABLE
uses HAVE_ACPI_TABLES
object boot.o
object linuxbios_table.o
object tables.o
if HAVE_PIRQ_TABLE
object pirq_routing.o
end
if HAVE_ACPI_TABLES
object acpi.o
end
|