aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/Makefile
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2011-01-27 16:23:46 -0500
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2011-02-01 17:00:27 -0500
commit343d4ead3b12992f494134114cf50e4f37c656c5 (patch)
tree16ccd57dfa39ba8c50b87ac776b13a2e3826fc01 /litmus/Makefile
parent4ce37704ec0bedb28b5708d32964fca471e793d0 (diff)
Litmus core: add generic clustering support
Inspired by the existing C-EDF code, this generic version will build clusters of CPUs based on a given cache level.
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 62a20e266eeb..ad9936e07b83 100644
--- a/litmus/Makefile
+++ b/litmus/Makefile
@@ -6,6 +6,7 @@ obj-y = sched_plugin.o litmus.o \
6 preempt.o \ 6 preempt.o \
7 litmus_proc.o \ 7 litmus_proc.o \
8 budget.o \ 8 budget.o \
9 clustered.o \
9 jobs.o \ 10 jobs.o \
10 sync.o \ 11 sync.o \
11 rt_domain.o \ 12 rt_domain.o \