diff options
author | Bjoern Brandenburg <bbb@mpi-sws.org> | 2015-08-09 07:18:51 -0400 |
---|---|---|
committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2015-08-09 07:20:26 -0400 |
commit | aa99ed78d651e782b8532dffac759d6f6baec60a (patch) | |
tree | 5348f7e0f13159fb3e5a4e68b77022e2304cdcd9 | |
parent | 59f51743a0366ce61f2d9f55c8c4117a84480e41 (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 46be87024875..3f239c8d9abd 100644 --- a/kernel/sched/Makefile +++ b/kernel/sched/Makefile | |||
@@ -19,3 +19,7 @@ obj-$(CONFIG_SCHED_AUTOGROUP) += auto_group.o | |||
19 | obj-$(CONFIG_SCHEDSTATS) += stats.o | 19 | obj-$(CONFIG_SCHEDSTATS) += stats.o |
20 | obj-$(CONFIG_SCHED_DEBUG) += debug.o | 20 | obj-$(CONFIG_SCHED_DEBUG) += debug.o |
21 | obj-$(CONFIG_CGROUP_CPUACCT) += cpuacct.o | 21 | obj-$(CONFIG_CGROUP_CPUACCT) += cpuacct.o |
22 | |||
23 | |||
24 | # LITMUS^RT scheduling class | ||
25 | obj-y += litmus.o | ||