coreboot-kgpe-d16/src/cpu/x86/lapic/Makefile.inc

7 lines
200 B
PHP
Raw Normal View History

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
ramstage-y += boot_cpu.c