diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2009-12-17 21:32:31 -0500 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-29 17:15:58 -0400 |
commit | f5936ecf0cff0b94419b6768efba3e15622beeb6 (patch) | |
tree | 3801d9593485393d5f0c81ced18e0298e0bceb17 /litmus/Makefile | |
parent | 53696c1fe6a6ada66f2a47c078d62aee40ad8ebe (diff) |
[ported from 2008.3] Add common EDF functions
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 576c1ded20e9..59f61cbc7f10 100644 --- a/litmus/Makefile +++ b/litmus/Makefile | |||
@@ -6,6 +6,7 @@ obj-y = sched_plugin.o litmus.o \ | |||
6 | jobs.o \ | 6 | jobs.o \ |
7 | sync.o \ | 7 | sync.o \ |
8 | rt_domain.o \ | 8 | rt_domain.o \ |
9 | edf_common.o \ | ||
9 | heap.o | 10 | heap.o |
10 | 11 | ||
11 | obj-$(CONFIG_FEATHER_TRACE) += ft_event.o ftdev.o | 12 | obj-$(CONFIG_FEATHER_TRACE) += ft_event.o ftdev.o |