diff options
author | Sven Dziadek <s9svdzia@stud.uni-saarland.de> | 2012-04-16 15:00:33 -0400 |
---|---|---|
committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2012-07-23 05:57:59 -0400 |
commit | 16c1fb2d4ac691e941456a084284020c63fce93a (patch) | |
tree | 0f7cf24be334788c9f9bb8242966df83f6266dc6 /litmus/Makefile | |
parent | 4bc55d3b64fdf0af17f4777013a74fbef7f40ced (diff) |
P-FP: port P-FP plugin used in B. Brandenburg's
dissertation (branch bbb-diss) to current
version of litmus
This is needed for ongoing projects
I took the unchanged code but removed some leftovers
of OMLP which is not implemented
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 4650d332fb1..d26ca7076b6 100644 --- a/litmus/Makefile +++ b/litmus/Makefile | |||
@@ -11,6 +11,7 @@ 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 \ |
@@ -18,7 +19,8 @@ obj-y = sched_plugin.o litmus.o \ | |||
18 | binheap.o \ | 19 | binheap.o \ |
19 | ctrldev.o \ | 20 | ctrldev.o \ |
20 | sched_gsn_edf.o \ | 21 | sched_gsn_edf.o \ |
21 | sched_psn_edf.o | 22 | sched_psn_edf.o \ |
23 | sched_pfp.o | ||
22 | 24 | ||
23 | obj-$(CONFIG_PLUGIN_CEDF) += sched_cedf.o | 25 | obj-$(CONFIG_PLUGIN_CEDF) += sched_cedf.o |
24 | obj-$(CONFIG_PLUGIN_PFAIR) += sched_pfair.o | 26 | obj-$(CONFIG_PLUGIN_PFAIR) += sched_pfair.o |