aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/Makefile
diff options
context:
space:
mode:
authorAndrea Bastoni <bastoni@cs.unc.edu>2010-09-22 15:49:07 -0400
committerAndrea Bastoni <bastoni@cs.unc.edu>2010-09-22 15:49:07 -0400
commitf49ec60b4d6394cf199837bbe4c10258e5a877c7 (patch)
treeef3e5d7fa7140d9d5dcde98bae9cbba9c4a7767e /litmus/Makefile
parent5bb94208c31339c352c2aca20f8450f8dd5a464e (diff)
parent06b23f7b33c61cf1f03acb2d19ddf5dc6c57a810 (diff)
Merge branch 'wip-edffm' into wip-npsf-merge
Conflicts: include/litmus/rt_param.h litmus/Makefile
Diffstat (limited to 'litmus/Makefile')
-rw-r--r--litmus/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/litmus/Makefile b/litmus/Makefile
index fbd15ccf6423..89c22198a53a 100644
--- a/litmus/Makefile
+++ b/litmus/Makefile
@@ -14,7 +14,8 @@ obj-y = sched_plugin.o litmus.o \
14 ctrldev.o \ 14 ctrldev.o \
15 sched_gsn_edf.o \ 15 sched_gsn_edf.o \
16 sched_psn_edf.o \ 16 sched_psn_edf.o \
17 sched_npsf.o 17 sched_npsf.o \
18 sched_edf_fm.o
18 19
19obj-$(CONFIG_PLUGIN_CEDF) += sched_cedf.o 20obj-$(CONFIG_PLUGIN_CEDF) += sched_cedf.o
20obj-$(CONFIG_PLUGIN_PFAIR) += sched_pfair.o 21obj-$(CONFIG_PLUGIN_PFAIR) += sched_pfair.o