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 the various Linux/SuperH timers
|
|
#
|
|
|
|
obj-y := timer.o
|
|
|
|
obj-$(CONFIG_SH_TMU) += timer-tmu.o
|
|
obj-$(CONFIG_SH_MTU2) += timer-mtu2.o
|
|
obj-$(CONFIG_SH_CMT) += timer-cmt.o
|
|
|
|
obj-$(CONFIG_GENERIC_CLOCKEVENTS_BROADCAST) += timer-broadcast.o
|
|
|