Skip to content

Commit

Permalink
sh: Move dummy clockevents broadcast timer to its new home.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Mundt committed May 3, 2009
1 parent dec56e6 commit 25483ef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions arch/sh/kernel/Makefile_32
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ obj-$(CONFIG_DYNAMIC_FTRACE) += ftrace.o
obj-$(CONFIG_DUMP_CODE) += disassemble.o
obj-$(CONFIG_HIBERNATION) += swsusp.o

obj-$(CONFIG_GENERIC_CLOCKEVENTS_BROADCAST) += localtimer.o

EXTRA_CFLAGS += -Werror
2 changes: 2 additions & 0 deletions arch/sh/kernel/Makefile_64
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ obj-$(CONFIG_STACKTRACE) += stacktrace.o
obj-$(CONFIG_IO_TRAPPED) += io_trapped.o
obj-$(CONFIG_GENERIC_GPIO) += gpio.o

obj-$(CONFIG_GENERIC_CLOCKEVENTS_BROADCAST) += localtimer.o

EXTRA_CFLAGS += -Werror
File renamed without changes.
2 changes: 0 additions & 2 deletions arch/sh/kernel/timers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@
obj-y := timer.o

obj-$(CONFIG_SH_TMU) += timer-tmu.o

obj-$(CONFIG_GENERIC_CLOCKEVENTS_BROADCAST) += timer-broadcast.o

0 comments on commit 25483ef

Please sign in to comment.