- use LAPIC timer if selected (instead of TSC all the time) [kconfig]
[coreboot.git] / src / cpu / x86 / tsc / Makefile.inc
index ba2732c795dd0fac004bf82f579ead8d6b643bfd..d56c3e76d63ce4b70cd0557008f0972a2dc50ace 100644 (file)
@@ -1,2 +1,2 @@
-obj-y += delay_tsc.o
+obj-$(CONFIG_UDELAY_TSC) += delay_tsc.o