- use LAPIC timer if selected (instead of TSC all the time) [kconfig]
[coreboot.git] / src / cpu / x86 / lapic / Makefile.inc
index 128deb28341d7cfbf1713523660ee90e060d0c3b..bed314024c4e61cd4452aeb879a1bf516e94a746 100644 (file)
@@ -1,4 +1,4 @@
 obj-y += lapic.o
 obj-y += lapic_cpu_init.o
 obj-y += secondary.o
-
+obj-$(CONFIG_UDELAY_LAPIC) += apic_timer.o