diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-02-01 03:06:07 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-01 08:53:20 -0800 |
commit | 6c80a1f888f548c090feaac3ad63b2d1f607a2c5 (patch) | |
tree | f138e2729121fd63b39bb99cf431a73db6e55910 /arch/sh | |
parent | b7a76e4b4e212ec0829f3a7243064511d62cb6da (diff) | |
download | talos-op-linux-6c80a1f888f548c090feaac3ad63b2d1f607a2c5.tar.gz talos-op-linux-6c80a1f888f548c090feaac3ad63b2d1f607a2c5.zip |
[PATCH] sh: Add missing timers directory rule to build
This should have been part of the timer framework support that was merged
earlier, but looks to have been accidentally omitted.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/Makefile b/arch/sh/kernel/Makefile index 7a86eeb22655..f05cd96f8867 100644 --- a/arch/sh/kernel/Makefile +++ b/arch/sh/kernel/Makefile @@ -8,7 +8,7 @@ obj-y := process.o signal.o entry.o traps.o irq.o \ ptrace.o setup.o time.o sys_sh.o semaphore.o \ io.o io_generic.o sh_ksyms.o -obj-y += cpu/ +obj-y += cpu/ timers/ obj-$(CONFIG_SMP) += smp.o obj-$(CONFIG_CF_ENABLER) += cf-enabler.o |