The old arch/sh/kernel/timers/ directly will be going away completely once the rest of the TMU users are migrated, so move the dummy broadcast driver up a level in preparation. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
8 lines
107 B
Makefile
8 lines
107 B
Makefile
#
|
|
# Makefile for the various Linux/SuperH timers
|
|
#
|
|
|
|
obj-y := timer.o
|
|
|
|
obj-$(CONFIG_SH_TMU) += timer-tmu.o
|