projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7a76e4
)
[PATCH] sh: Add missing timers directory rule to build
author
Paul Mundt
<lethal@linux-sh.org>
Wed, 1 Feb 2006 11:06:07 +0000
(
03:06
-0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 1 Feb 2006 16:53:20 +0000
(08:53 -0800)
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>
arch/sh/kernel/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/kernel/Makefile
b/arch/sh/kernel/Makefile
index 7a86eeb226558829eef4cb0c67660e281e2e0d48..f05cd96f8867a5647b0adace1e3141bc1b38e405 100644
(file)
--- 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