aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/Makefile_64
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-05-03 05:29:27 -0400
committerPaul Mundt <lethal@linux-sh.org>2009-05-03 05:29:27 -0400
commit25483efeb2e56521e418a59fa93401be156dc3bb (patch)
tree1502eb45f354d8ac5dcec12323518a1f8b0d19eb /arch/sh/kernel/Makefile_64
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/Makefile_64')
-rw-r--r--arch/sh/kernel/Makefile_642
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/kernel/Makefile_64 b/arch/sh/kernel/Makefile_64
index fe425d7f6871..d256c7746957 100644
--- a/arch/sh/kernel/Makefile_64
+++ b/arch/sh/kernel/Makefile_64
@@ -17,4 +17,6 @@ obj-$(CONFIG_STACKTRACE) += stacktrace.o
17obj-$(CONFIG_IO_TRAPPED) += io_trapped.o 17obj-$(CONFIG_IO_TRAPPED) += io_trapped.o
18obj-$(CONFIG_GENERIC_GPIO) += gpio.o 18obj-$(CONFIG_GENERIC_GPIO) += gpio.o
19 19
20obj-$(CONFIG_GENERIC_CLOCKEVENTS_BROADCAST) += localtimer.o
21
20EXTRA_CFLAGS += -Werror 22EXTRA_CFLAGS += -Werror