aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/kernel/timers/Makefile
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-05-03 18:29:27 +0900
committerPaul Mundt <lethal@linux-sh.org>2009-05-03 18:29:27 +0900
commit25483efeb2e56521e418a59fa93401be156dc3bb (patch)
tree1502eb45f354d8ac5dcec12323518a1f8b0d19eb /arch/sh/kernel/timers/Makefile
parentdec56e6312434b2536fedf9d7e9e73d666aaf0a8 (diff)
sh: Move dummy clockevents broadcast timer to its new home.
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>
Diffstat (limited to 'arch/sh/kernel/timers/Makefile')
-rw-r--r--arch/sh/kernel/timers/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/kernel/timers/Makefile b/arch/sh/kernel/timers/Makefile
index 44156df0bde..8bceba59e76 100644
--- a/arch/sh/kernel/timers/Makefile
+++ b/arch/sh/kernel/timers/Makefile
@@ -5,5 +5,3 @@
obj-y := timer.o
obj-$(CONFIG_SH_TMU) += timer-tmu.o
-
-obj-$(CONFIG_GENERIC_CLOCKEVENTS_BROADCAST) += timer-broadcast.o