diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-01-28 19:03:17 -0500 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-29 17:22:15 -0400 |
commit | b30bc467e88c9f1e6335ac7d442d0190bf6f6a2e (patch) | |
tree | 66737ede02f3bb3aff58c02f934689a0477a76d8 /litmus/Makefile | |
parent | c2f4c165b208062d90f65a1c1a0c815261c6a81e (diff) |
[ported from 2008.3] Add PSN-EDF Plugin
Diffstat (limited to 'litmus/Makefile')
-rw-r--r-- | litmus/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/litmus/Makefile b/litmus/Makefile index 26e0fdb5c2c1..3b3f1af8d5b4 100644 --- a/litmus/Makefile +++ b/litmus/Makefile | |||
@@ -12,6 +12,7 @@ obj-y = sched_plugin.o litmus.o \ | |||
12 | fmlp.o \ | 12 | fmlp.o \ |
13 | bheap.o \ | 13 | bheap.o \ |
14 | sched_gsn_edf.o \ | 14 | sched_gsn_edf.o \ |
15 | sched_psn_edf.o \ | ||
15 | sched_pfair.o | 16 | sched_pfair.o |
16 | 17 | ||
17 | obj-$(CONFIG_FEATHER_TRACE) += ft_event.o ftdev.o | 18 | obj-$(CONFIG_FEATHER_TRACE) += ft_event.o ftdev.o |