From 7c1ff4c544dd650cceff3cd69a04bcba60856678 Mon Sep 17 00:00:00 2001 From: Andrea Bastoni Date: Fri, 28 May 2010 10:51:01 -0400 Subject: Add C-EDF Plugin 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). --- litmus/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'litmus/Makefile') 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 \ ctrldev.o \ sched_gsn_edf.o \ sched_psn_edf.o \ + sched_cedf.o \ sched_pfair.o obj-$(CONFIG_FEATHER_TRACE) += ft_event.o ftdev.o -- cgit v1.2.2