X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kernel%2Ftime%2FMakefile;h=99b6034fc86b40defbc2ecde23647c014eedcd9c;hb=8524070b7982d76258942275908b7434cfcab4b4;hp=e1dfd8e86cce145131de4021a226df60d3acd61f;hpb=61a46dc9d1c10d07a2ed6b7d346b868803b52506;p=powerpc.git diff --git a/kernel/time/Makefile b/kernel/time/Makefile index e1dfd8e86c..99b6034fc8 100644 --- a/kernel/time/Makefile +++ b/kernel/time/Makefile @@ -1 +1,8 @@ -obj-y += clocksource.o jiffies.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 +obj-$(CONFIG_GENERIC_CLOCKEVENTS_BROADCAST) += tick-broadcast.o +obj-$(CONFIG_TICK_ONESHOT) += tick-oneshot.o +obj-$(CONFIG_TICK_ONESHOT) += tick-sched.o +obj-$(CONFIG_TIMER_STATS) += timer_stats.o