You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# Makefile for x86 timers
|
|
#
|
|
|
|
obj-y := timer.o timer_none.o timer_tsc.o timer_pit.o common.o
|
|
|
|
obj-$(CONFIG_X86_CYCLONE_TIMER) += timer_cyclone.o
|
|
obj-$(CONFIG_HPET_TIMER) += timer_hpet.o
|
|
obj-$(CONFIG_X86_PM_TIMER) += timer_pm.o
|
|
|