blob: dd484ee6f660c10dadc0353906a974596a8739ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
## SPDX-License-Identifier: GPL-2.0-only
ramstage-$(CONFIG_AP_IN_SIPI_WAIT) += lapic_cpu_stop.c
bootblock-$(CONFIG_UDELAY_LAPIC) += apic_timer.c
romstage-$(CONFIG_UDELAY_LAPIC) += apic_timer.c
ramstage-$(CONFIG_UDELAY_LAPIC) += apic_timer.c
postcar-$(CONFIG_UDELAY_LAPIC) += apic_timer.c
all_x86-y += boot_cpu.c
all_x86-y += lapic.c
|