[PATCH RFC v0 08/12] Compilation support

From: Bill Huey (hui)
Date: Tue Apr 12 2016 - 01:31:22 EST


Makefile changes to support the menuconfig option

Signed-off-by: Bill Huey (hui) <bill.huey@xxxxxxxxx>
---
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