blob: 3e54d3be9137c93d1af60ca109e69a4fcc302428 (
plain)
1
2
3
4
5
6
7
8
9
10
|
obj-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
|