aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/Makefile
diff options
context:
space:
mode:
authorAndrea Bastoni <bastoni@cs.unc.edu>2010-05-28 10:51:01 -0400
committerAndrea Bastoni <bastoni@cs.unc.edu>2010-05-29 17:43:59 -0400
commit7c1ff4c544dd650cceff3cd69a04bcba60856678 (patch)
tree76d2dee2a96363f283b9440d46d1ed8be4fa3aff /litmus/Makefile
parent425a6b5043bcc2142804107c853f978ac2fe3040 (diff)
Add C-EDF Plugin2010.1
Improved C-EDF plugin. C-EDF now supports different cluster sizes (based on L2 and L3 cache sharing) and supports dynamic changes of cluster size (this requires reloading the 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 ff4eb8a7b6c4..0cc33e8bee51 100644
--- a/litmus/Makefile
+++ b/litmus/Makefile
@@ -14,6 +14,7 @@ obj-y = sched_plugin.o litmus.o \
14 ctrldev.o \ 14 ctrldev.o \
15 sched_gsn_edf.o \ 15 sched_gsn_edf.o \
16 sched_psn_edf.o \ 16 sched_psn_edf.o \
17 sched_cedf.o \
17 sched_pfair.o 18 sched_pfair.o
18 19
19obj-$(CONFIG_FEATHER_TRACE) += ft_event.o ftdev.o 20obj-$(CONFIG_FEATHER_TRACE) += ft_event.o ftdev.o