#
# Makefile for x86 timers
#

obj-y := timer.o timer_none.o timer_tsc.o timer_pit.o

obj-$(CONFIG_X86_CYCLONE_TIMER)	+= timer_cyclone.o
