repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 2.6.28-rc5
[cris-mirror.git]
/
arch
/
sh
/
kernel
/
timers
/
Makefile
blob
0b7f8577193ffb2a10d268309b12f607f3a0ad7f
1
#
2
# Makefile for the various Linux/SuperH timers
3
#
4
5
obj-y
:=
timer.o
6
7
obj-
$(
CONFIG_SH_TMU
) +=
timer-tmu.o
8
obj-
$(
CONFIG_SH_MTU2
) +=
timer-mtu2.o
9
obj-
$(
CONFIG_SH_CMT
) +=
timer-cmt.o
10
11
obj-
$(
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST
) +=
timer-broadcast.o