diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-01-27 16:23:46 -0500 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-02-01 17:00:27 -0500 |
commit | 343d4ead3b12992f494134114cf50e4f37c656c5 (patch) | |
tree | 16ccd57dfa39ba8c50b87ac776b13a2e3826fc01 /litmus/Makefile | |
parent | 4ce37704ec0bedb28b5708d32964fca471e793d0 (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/Makefile | 1 |
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 \ |