diff options
author | Felipe Cerqueira <felipec@mpi-sws.org> | 2013-02-12 13:17:08 -0500 |
---|---|---|
committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2013-08-07 03:47:06 -0400 |
commit | 6a24cb19fc7b6d534f9576567eae1b522c12a1b3 (patch) | |
tree | 81627648d12ab6e62093adfd76e6c45d932ebda1 /litmus/Makefile | |
parent | e3697ee7ecbcadf2ae4f17495ce46612c54fad13 (diff) |
Add P-FP scheduler plugin
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 8428360eca09..9757399238de 100644 --- a/litmus/Makefile +++ b/litmus/Makefile | |||
@@ -19,7 +19,9 @@ obj-y = sched_plugin.o litmus.o \ | |||
19 | binheap.o \ | 19 | binheap.o \ |
20 | ctrldev.o \ | 20 | ctrldev.o \ |
21 | sched_gsn_edf.o \ | 21 | sched_gsn_edf.o \ |
22 | sched_psn_edf.o | 22 | sched_psn_edf.o \ |
23 | sched_pfp.o | ||
24 | |||
23 | 25 | ||
24 | obj-$(CONFIG_SCHED_CPU_AFFINITY) += affinity.o | 26 | obj-$(CONFIG_SCHED_CPU_AFFINITY) += affinity.o |
25 | 27 | ||