diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-02-08 00:29:16 -0500 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-02-08 00:29:16 -0500 |
commit | ffe6756d28b517e56c3ee8496a92f4e58e2bcebe (patch) | |
tree | 03808b6ac5b70c2025b87cb11971bfd08fb49d81 /litmus/Makefile | |
parent | 9bdb1c134488b8bfa9dca6d50555ed9a9f86ffb7 (diff) |
P-FP: add new partitioned fixed-priority plugin
Currently, this is basically the PSN-EDF plugin with a bit of renaming
going on. The priority queue implementation and priority boosting
implementation should change next.
Diffstat (limited to 'litmus/Makefile')
-rw-r--r-- | litmus/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/litmus/Makefile b/litmus/Makefile index ad9936e07b83..e86fad8c25ec 100644 --- a/litmus/Makefile +++ b/litmus/Makefile | |||
@@ -11,13 +11,15 @@ obj-y = sched_plugin.o litmus.o \ | |||
11 | sync.o \ | 11 | sync.o \ |
12 | rt_domain.o \ | 12 | rt_domain.o \ |
13 | edf_common.o \ | 13 | edf_common.o \ |
14 | fp_common.o \ | ||
14 | fdso.o \ | 15 | fdso.o \ |
15 | locking.o \ | 16 | locking.o \ |
16 | srp.o \ | 17 | srp.o \ |
17 | bheap.o \ | 18 | bheap.o \ |
18 | ctrldev.o \ | 19 | ctrldev.o \ |
19 | sched_gsn_edf.o \ | 20 | sched_gsn_edf.o \ |
20 | sched_psn_edf.o | 21 | sched_psn_edf.o \ |
22 | sched_pfp.o | ||
21 | 23 | ||
22 | obj-$(CONFIG_PLUGIN_CEDF) += sched_cedf.o | 24 | obj-$(CONFIG_PLUGIN_CEDF) += sched_cedf.o |
23 | obj-$(CONFIG_PLUGIN_PFAIR) += sched_pfair.o | 25 | obj-$(CONFIG_PLUGIN_PFAIR) += sched_pfair.o |