Makefile changes to support the menuconfig option Signed-off-by: Bill Huey (hui) <bill.h...@gmail.com> --- kernel/sched/Makefile | 1 + 1 file changed, 1 insertion(+)
diff --git a/kernel/sched/Makefile b/kernel/sched/Makefile index 302d6eb..df8e131 100644 --- a/kernel/sched/Makefile +++ b/kernel/sched/Makefile @@ -19,4 +19,5 @@ obj-$(CONFIG_SCHED_AUTOGROUP) += auto_group.o obj-$(CONFIG_SCHEDSTATS) += stats.o obj-$(CONFIG_SCHED_DEBUG) += debug.o obj-$(CONFIG_CGROUP_CPUACCT) += cpuacct.o +obj-$(CONFIG_RTC_CYCLIC) += cyclic.o obj-$(CONFIG_CPU_FREQ) += cpufreq.o -- 2.5.0