xref: /aosp_15_r20/external/coreboot/src/cpu/x86/lapic/Makefile.mk (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
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