This does the following:
[coreboot.git] / src / mainboard / artecgroup / dbe61 / Makefile.inc
1 obj-y += mainboard.o
2
3 # Needed by irq_tables and mptable and acpi_tables.
4 obj-$(CONFIG_GENERATE_PIRQ_TABLE) += irq_tables.o
5
6 # This is part of the conversion to init-obj and away from included code.
7
8 initobj-y += crt0.o
9
10