aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/Makefile
diff options
context:
space:
mode:
authorGravatar john stultz <johnstul@us.ibm.com> 2007-05-08 00:27:59 -0700
committerGravatar Linus Torvalds <torvalds@woody.linux-foundation.org> 2007-05-08 11:15:06 -0700
commit8524070b7982d76258942275908b7434cfcab4b4 (patch)
tree6e63c45c3b9ff6a86ad32b1de7adf48889eb0bfc /kernel/time/Makefile
parenttime: SMP friendly alignment of struct clocksource (diff)
downloadlinux-8524070b7982d76258942275908b7434cfcab4b4.tar.gz
linux-8524070b7982d76258942275908b7434cfcab4b4.tar.bz2
linux-8524070b7982d76258942275908b7434cfcab4b4.zip
Move timekeeping code to timekeeping.c
Move the timekeeping code out of kernel/timer.c and into kernel/time/timekeeping.c. I made no cleanups or other changes in transit. [akpm@linux-foundation.org: build fix] Signed-off-by: John Stultz <johnstul@us.ibm.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/time/Makefile')
-rw-r--r--kernel/time/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/Makefile b/kernel/time/Makefile
index 93bccba1f265..99b6034fc86b 100644
--- a/kernel/time/Makefile
+++ b/kernel/time/Makefile
@@ -1,4 +1,4 @@
-obj-y += ntp.o clocksource.o jiffies.o timer_list.o
+obj-y += timekeeping.o ntp.o clocksource.o jiffies.o timer_list.o
obj-$(CONFIG_GENERIC_CLOCKEVENTS) += clockevents.o
obj-$(CONFIG_GENERIC_CLOCKEVENTS) += tick-common.o