diff options
author | Bjoern Brandenburg <bbb@mpi-sws.org> | 2015-08-09 07:18:55 -0400 |
---|---|---|
committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2017-05-26 17:12:41 -0400 |
commit | d3976b0260a5241d7f5461d1a12b51b53c833a91 (patch) | |
tree | 8048143edeb4a0d54616c28a32fc1c71998d750e /litmus/Makefile | |
parent | bda81b58bc0e67358d05eb096cc19a2cc22d228a (diff) |
Add C-EDF scheduler plugin
C-EDF: fix bad memset()
C-EDF: use sched_trace_last_suspension_as_completion()
C-EDF: use inferred_sporadic_job_release_at()
C-EDF: include np.h
Diffstat (limited to 'litmus/Makefile')
-rw-r--r-- | litmus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/Makefile b/litmus/Makefile index 5594d4e86cf1..86b865d26563 100644 --- a/litmus/Makefile +++ b/litmus/Makefile | |||
@@ -23,7 +23,7 @@ obj-y = sched_plugin.o litmus.o \ | |||
23 | sched_psn_edf.o \ | 23 | sched_psn_edf.o \ |
24 | sched_pfp.o | 24 | sched_pfp.o |
25 | 25 | ||
26 | 26 | obj-$(CONFIG_PLUGIN_CEDF) += sched_cedf.o | |
27 | 27 | ||
28 | obj-$(CONFIG_FEATHER_TRACE) += ft_event.o ftdev.o | 28 | obj-$(CONFIG_FEATHER_TRACE) += ft_event.o ftdev.o |
29 | obj-$(CONFIG_SCHED_TASK_TRACE) += sched_task_trace.o | 29 | obj-$(CONFIG_SCHED_TASK_TRACE) += sched_task_trace.o |