aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/Makefile
diff options
context:
space:
mode:
authorAndrea Bastoni <bastoni@cs.unc.edu>2009-12-17 21:31:46 -0500
committerAndrea Bastoni <bastoni@cs.unc.edu>2010-05-29 17:14:41 -0400
commit53696c1fe6a6ada66f2a47c078d62aee40ad8ebe (patch)
tree01353124d90341322967c6b6e4b010fe4ed22026 /litmus/Makefile
parent4e593e7105dec02e62ea7a1812dccb35a0d56d01 (diff)
[ported from 2008.3] Add rt_domain_t support
Still to be merged: - arm_release_timer() with no rq locking
Diffstat (limited to 'litmus/Makefile')
-rw-r--r--litmus/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/litmus/Makefile b/litmus/Makefile
index e93f19bb2016..576c1ded20e9 100644
--- a/litmus/Makefile
+++ b/litmus/Makefile
@@ -5,6 +5,7 @@
5obj-y = sched_plugin.o litmus.o \ 5obj-y = sched_plugin.o litmus.o \
6 jobs.o \ 6 jobs.o \
7 sync.o \ 7 sync.o \
8 rt_domain.o \
8 heap.o 9 heap.o
9 10
10obj-$(CONFIG_FEATHER_TRACE) += ft_event.o ftdev.o 11obj-$(CONFIG_FEATHER_TRACE) += ft_event.o ftdev.o