blob: 3061024f39ce47a884b9f1be3470f8f3eaeb603b (
plain)
1
2
3
4
5
6
7
|
ramstage-y += lapic.c
ramstage-y += lapic_cpu_init.c
ramstage-y += secondary.S
romstage-$(CONFIG_UDELAY_LAPIC) += apic_timer.c
ramstage-$(CONFIG_UDELAY_LAPIC) += apic_timer.c
romstage-y += boot_cpu.c
ramstage-y += boot_cpu.c
|