repo.or.cz
/
linux-2.6
/
verdex.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH] PCI: add MODALIAS to hotplug event for pci devices
[linux-2.6/verdex.git]
/
arch
/
i386
/
kernel
/
timers
/
Makefile
blob
8fa12be658ddc9903948abdb694c3990b248effd
1
#
2
# Makefile for x86 timers
3
#
4
5
obj-y
:=
timer.o timer_none.o timer_tsc.o timer_pit.o common.o
6
7
obj-
$(
CONFIG_X86_CYCLONE_TIMER
) +=
timer_cyclone.o
8
obj-
$(
CONFIG_HPET_TIMER
) +=
timer_hpet.o
9
obj-
$(
CONFIG_X86_PM_TIMER
) +=
timer_pm.o