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