diff options
author | john stultz <johnstul@us.ibm.com> | 2006-10-01 10:28:22 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-01 11:39:26 +0400 |
commit | 4c7ee8de956fc250fe31e2fa91f6da980fabe317 (patch) | |
tree | e2d7c207a7ca9f785c256513686f6d7f7234ef93 /kernel/time/Makefile | |
parent | c902e0a0102f1095eec4b3511c13c84ca2bc4577 (diff) | |
download | linux-4c7ee8de956fc250fe31e2fa91f6da980fabe317.tar.xz |
[PATCH] NTP: Move all the NTP related code to ntp.c
Move all the NTP related code to ntp.c
[akpm@osdl.org: cleanups, build fix]
Signed-off-by: John Stultz <johnstul@us.ibm.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel/time/Makefile')
-rw-r--r-- | kernel/time/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/Makefile b/kernel/time/Makefile index e1dfd8e86cce..61a3907d16fb 100644 --- a/kernel/time/Makefile +++ b/kernel/time/Makefile @@ -1 +1 @@ -obj-y += clocksource.o jiffies.o +obj-y += ntp.o clocksource.o jiffies.o |