aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/Makefile
diff options
context:
space:
mode:
authorAndrea Bastoni <bastoni@cs.unc.edu>2010-05-29 23:35:01 -0400
committerAndrea Bastoni <bastoni@cs.unc.edu>2010-05-29 23:35:01 -0400
commit6ffc1fee98c4b995eb3a0285f4f8fb467cb0306e (patch)
tree69a05892a41e7f7400fa598ee0bdf8027c8f0fd6 /litmus/Makefile
parente40152ee1e1c7a63f4777791863215e3faa37a86 (diff)
parent7c1ff4c544dd650cceff3cd69a04bcba60856678 (diff)
Merge branch 'master' into wip-merge-2.6.34
Simple merge between master and 2.6.34 with conflicts resolved. This commit does not compile, the following main problems are still unresolved: - spinlock -> raw_spinlock API changes - kfifo API changes - sched_class API changes Conflicts: Makefile arch/x86/include/asm/hw_irq.h arch/x86/include/asm/unistd_32.h arch/x86/kernel/syscall_table_32.S include/linux/hrtimer.h kernel/sched.c kernel/sched_fair.c
Diffstat (limited to 'litmus/Makefile')
-rw-r--r--litmus/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/litmus/Makefile b/litmus/Makefile
new file mode 100644
index 000000000000..0cc33e8bee51
--- /dev/null
+++ b/litmus/Makefile
@@ -0,0 +1,23 @@
1#
2# Makefile for LITMUS^RT
3#
4
5obj-y = sched_plugin.o litmus.o \
6 jobs.o \
7 sync.o \
8 rt_domain.o \
9 edf_common.o \
10 fdso.o \
11 srp.o \
12 fmlp.o \
13 bheap.o \
14 ctrldev.o \
15 sched_gsn_edf.o \
16 sched_psn_edf.o \
17 sched_cedf.o \
18 sched_pfair.o
19
20obj-$(CONFIG_FEATHER_TRACE) += ft_event.o ftdev.o
21obj-$(CONFIG_SCHED_TASK_TRACE) += sched_task_trace.o
22obj-$(CONFIG_SCHED_DEBUG_TRACE) += sched_trace.o
23obj-$(CONFIG_SCHED_OVERHEAD_TRACE) += trace.o