diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2013-09-27 13:19:57 -0400 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2014-02-19 15:32:22 -0500 |
commit | 83057ba7c2d4916e54c71efe80f086adfab08f13 (patch) | |
tree | df871c34b6c1df363d84ccdeebaf789ceb219d00 /litmus/Makefile | |
parent | 9c50c8671350c36c95e2492bbdcd278cd36067da (diff) |
PGM release/deadline adjustment.
Adds code that adjusts a jobs release and deadline
according to when the job receives the necessary
PGM tokens.
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 2bddc94a399f..52f407cad77c 100644 --- a/litmus/Makefile +++ b/litmus/Makefile | |||
@@ -26,6 +26,7 @@ obj-y = sched_plugin.o litmus.o \ | |||
26 | obj-$(CONFIG_PLUGIN_CEDF) += sched_cedf.o | 26 | obj-$(CONFIG_PLUGIN_CEDF) += sched_cedf.o |
27 | obj-$(CONFIG_PLUGIN_PFAIR) += sched_pfair.o | 27 | obj-$(CONFIG_PLUGIN_PFAIR) += sched_pfair.o |
28 | obj-$(CONFIG_SCHED_CPU_AFFINITY) += affinity.o | 28 | obj-$(CONFIG_SCHED_CPU_AFFINITY) += affinity.o |
29 | obj-$(CONFIG_SCHED_PGM) += pgm.o | ||
29 | 30 | ||
30 | obj-$(CONFIG_FEATHER_TRACE) += ft_event.o ftdev.o | 31 | obj-$(CONFIG_FEATHER_TRACE) += ft_event.o ftdev.o |
31 | obj-$(CONFIG_SCHED_TASK_TRACE) += sched_task_trace.o | 32 | obj-$(CONFIG_SCHED_TASK_TRACE) += sched_task_trace.o |