repo.or.cz
/
wrt350n-kernel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit
[wrt350n-kernel.git]
/
arch
/
sh
/
kernel
/
timers
/
Makefile
blob
bcf244ff6a128a90698257804490f9d6c3d4be97
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