blob: 7cdf2c93c65e09a0c3c10abcb5f9198623fd0050 (
plain)
1
2
3
4
5
6
7
8
9
10
|
driver-y += mainboard.o
# Needed by irq_tables and mptable and acpi_tables.
obj-$(CONFIG_GENERATE_PIRQ_TABLE) += irq_tables.o
# This is part of the conversion to init-obj and away from included code.
initobj-y += crt0.o
|