8c24594dea
This hooks up GENERIC_CLOCKEVENTS_BROADCAST and a dummy local timer, which we call in to from the timer IPI when no other local timer is provided. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
11 lines
249 B
Makefile
11 lines
249 B
Makefile
#
|
|
# 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
|