aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/lapic/Makefile.inc
blob: baa8292d3077127937fdba79640adcc8233522aa (plain)
1
2
3
4
5
6
7
8
9
10
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
ifeq ($(CONFIG_LAPIC_MONOTONIC_TIMER),y)
smm-$(CONFIG_UDELAY_LAPIC) += apic_timer.c
endif
romstage-y += boot_cpu.c
ramstage-y += boot_cpu.c