aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/Makefile
diff options
context:
space:
mode:
authorFelipe Cerqueira <felipec@mpi-sws.org>2013-02-12 13:21:11 -0500
committerBjoern Brandenburg <bbb@mpi-sws.org>2013-08-07 03:47:07 -0400
commit3bd7e43d778163e9e1b696fdb5030b7717aba236 (patch)
tree007ea0c3b54bcd90f036b6a37f8ebfa82f9e66e6 /litmus/Makefile
parenta6e8c66b436815b7a7abdfb38808fb94cc70006b (diff)
Add PD^2 scheduler plugin
Diffstat (limited to 'litmus/Makefile')
-rw-r--r--litmus/Makefile1
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
25obj-$(CONFIG_PLUGIN_CEDF) += sched_cedf.o 25obj-$(CONFIG_PLUGIN_CEDF) += sched_cedf.o
26obj-$(CONFIG_PLUGIN_PFAIR) += sched_pfair.o
26obj-$(CONFIG_SCHED_CPU_AFFINITY) += affinity.o 27obj-$(CONFIG_SCHED_CPU_AFFINITY) += affinity.o
27 28
28obj-$(CONFIG_FEATHER_TRACE) += ft_event.o ftdev.o 29obj-$(CONFIG_FEATHER_TRACE) += ft_event.o ftdev.o