diff options
Diffstat (limited to 'litmus/Makefile')
-rw-r--r-- | litmus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/litmus/Makefile b/litmus/Makefile index 7970cd55e7fd..f80a3c0d05aa 100644 --- a/litmus/Makefile +++ b/litmus/Makefile | |||
@@ -21,7 +21,8 @@ obj-y = sched_plugin.o litmus.o \ | |||
21 | uncachedev.o \ | 21 | uncachedev.o \ |
22 | sched_gsn_edf.o \ | 22 | sched_gsn_edf.o \ |
23 | sched_psn_edf.o \ | 23 | sched_psn_edf.o \ |
24 | sched_pfp.o | 24 | sched_pfp.o \ |
25 | cache_proc.o | ||
25 | 26 | ||
26 | obj-$(CONFIG_PLUGIN_CEDF) += sched_cedf.o | 27 | obj-$(CONFIG_PLUGIN_CEDF) += sched_cedf.o |
27 | obj-$(CONFIG_PLUGIN_PFAIR) += sched_pfair.o | 28 | obj-$(CONFIG_PLUGIN_PFAIR) += sched_pfair.o |