Makefile 178 Bytes
Newer Older
1 2 3 4
#
# Makefile for x86 timers
#

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

7
obj-$(CONFIG_X86_CYCLONE_TIMER)	+= timer_cyclone.o
8
obj-$(CONFIG_HPET_TIMER)	+= timer_hpet.o