[PATCH RFC v2 08/12] Compilation support

From: Bill Huey (hui)
Date: Mon Apr 18 2016 - 02:46:07 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 414d9c1..1e12a32 100644
--- a/kernel/sched/Makefile
+++ b/kernel/sched/Makefile
@@ -23,4 +23,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