diff options
author | Bjoern Brandenburg <bbb@mpi-sws.org> | 2013-07-01 16:31:47 -0400 |
---|---|---|
committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2013-08-07 03:46:56 -0400 |
commit | 3f4976942b46bee1a47a2c46fb50b5624298c978 (patch) | |
tree | 8db0e6f0bc9edee13c4dde931c2c537c214ea1bd | |
parent | 9ef01e22ab64b6576dc7261afef08f779f533a0b (diff) |
Add LITMUS^RT scheduling class in kernel/sched/Makefile
-rw-r--r-- | kernel/sched/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/sched/Makefile b/kernel/sched/Makefile index deaf90e4a1de..700234830be9 100644 --- a/kernel/sched/Makefile +++ b/kernel/sched/Makefile | |||
@@ -17,3 +17,7 @@ obj-$(CONFIG_SCHED_AUTOGROUP) += auto_group.o | |||
17 | obj-$(CONFIG_SCHEDSTATS) += stats.o | 17 | obj-$(CONFIG_SCHEDSTATS) += stats.o |
18 | obj-$(CONFIG_SCHED_DEBUG) += debug.o | 18 | obj-$(CONFIG_SCHED_DEBUG) += debug.o |
19 | obj-$(CONFIG_CGROUP_CPUACCT) += cpuacct.o | 19 | obj-$(CONFIG_CGROUP_CPUACCT) += cpuacct.o |
20 | |||
21 | |||
22 | # LITMUS^RT scheduling class | ||
23 | obj-y += litmus.o \ No newline at end of file | ||