diff options
author | Felipe Cerqueira <felipec@mpi-sws.org> | 2013-02-12 13:21:11 -0500 |
---|---|---|
committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2013-08-07 03:47:07 -0400 |
commit | 3bd7e43d778163e9e1b696fdb5030b7717aba236 (patch) | |
tree | 007ea0c3b54bcd90f036b6a37f8ebfa82f9e66e6 /litmus/Makefile | |
parent | a6e8c66b436815b7a7abdfb38808fb94cc70006b (diff) |
Add PD^2 scheduler plugin
Diffstat (limited to 'litmus/Makefile')
-rw-r--r-- | litmus/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/litmus/Makefile b/litmus/Makefile index bcb007d9b592..d26ca7076b62 100644 --- a/litmus/Makefile +++ b/litmus/Makefile | |||
@@ -23,6 +23,7 @@ obj-y = sched_plugin.o litmus.o \ | |||
23 | sched_pfp.o | 23 | sched_pfp.o |
24 | 24 | ||
25 | obj-$(CONFIG_PLUGIN_CEDF) += sched_cedf.o | 25 | obj-$(CONFIG_PLUGIN_CEDF) += sched_cedf.o |
26 | obj-$(CONFIG_PLUGIN_PFAIR) += sched_pfair.o | ||
26 | obj-$(CONFIG_SCHED_CPU_AFFINITY) += affinity.o | 27 | obj-$(CONFIG_SCHED_CPU_AFFINITY) += affinity.o |
27 | 28 | ||
28 | obj-$(CONFIG_FEATHER_TRACE) += ft_event.o ftdev.o | 29 | obj-$(CONFIG_FEATHER_TRACE) += ft_event.o ftdev.o |