mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-27 06:34:11 +08:00
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>
12 lines
249 B
Makefile
12 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
|