X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=kernel%2Ftime%2FMakefile;h=905b0b50792da7a9da1f3bbab3428604ec6ea9fb;hb=0803d540db06f53acd2fabf1347d5b665218f14a;hp=252b4b5d9dd05b2c491b9d4e42718110410119c1;hpb=82f67cd9fca8c8762c15ba7ed0d5747588c1e221;p=linux-2.6-omap-h63xx.git diff --git a/kernel/time/Makefile b/kernel/time/Makefile index 252b4b5d9dd..905b0b50792 100644 --- a/kernel/time/Makefile +++ b/kernel/time/Makefile @@ -1,6 +1,6 @@ -obj-y += ntp.o 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_BUILD) += clockevents.o obj-$(CONFIG_GENERIC_CLOCKEVENTS) += tick-common.o obj-$(CONFIG_GENERIC_CLOCKEVENTS_BROADCAST) += tick-broadcast.o obj-$(CONFIG_TICK_ONESHOT) += tick-oneshot.o