diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2012-04-15 15:03:33 -0400 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2012-04-15 15:03:33 -0400 |
commit | b3ae67412531cbc583d5697d2366fc58d6dd07e7 (patch) | |
tree | fba83da4fee9c8d5fa06ce253af50ce7c39197d9 /litmus/Makefile | |
parent | c0667dc4894e913048cf8904f0ce9a79b481b556 (diff) | |
parent | adeff95dcdcf88789e983f20b0657f29286de8d7 (diff) |
Merge branch 'wip-gpu-interrupts' into wip-gpu-rtss12
Conflicts:
include/litmus/fdso.h
include/litmus/rt_param.h
include/litmus/sched_plugin.h
include/litmus/unistd_32.h
include/litmus/unistd_64.h
litmus/Makefile
litmus/edf_common.c
litmus/litmus.c
litmus/locking.c
litmus/sched_gsn_edf.c
litmus/sched_plugin.c
Diffstat (limited to 'litmus/Makefile')
-rw-r--r-- | litmus/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/litmus/Makefile b/litmus/Makefile index c2449a761ea4..91fd32cb979d 100644 --- a/litmus/Makefile +++ b/litmus/Makefile | |||
@@ -18,7 +18,8 @@ obj-y = sched_plugin.o litmus.o \ | |||
18 | binheap.o \ | 18 | binheap.o \ |
19 | ctrldev.o \ | 19 | ctrldev.o \ |
20 | sched_gsn_edf.o \ | 20 | sched_gsn_edf.o \ |
21 | sched_psn_edf.o | 21 | sched_psn_edf.o \ |
22 | kfmlp_lock.o | ||
22 | 23 | ||
23 | obj-$(CONFIG_PLUGIN_CEDF) += sched_cedf.o | 24 | obj-$(CONFIG_PLUGIN_CEDF) += sched_cedf.o |
24 | obj-$(CONFIG_PLUGIN_PFAIR) += sched_pfair.o | 25 | obj-$(CONFIG_PLUGIN_PFAIR) += sched_pfair.o |
@@ -30,3 +31,6 @@ obj-$(CONFIG_SCHED_DEBUG_TRACE) += sched_trace.o | |||
30 | obj-$(CONFIG_SCHED_OVERHEAD_TRACE) += trace.o | 31 | obj-$(CONFIG_SCHED_OVERHEAD_TRACE) += trace.o |
31 | 32 | ||
32 | obj-$(CONFIG_LITMUS_NESTED_LOCKING) += rsm_lock.o ikglp_lock.o | 33 | obj-$(CONFIG_LITMUS_NESTED_LOCKING) += rsm_lock.o ikglp_lock.o |
34 | obj-$(CONFIG_LITMUS_SOFTIRQD) += litmus_softirq.o | ||
35 | obj-$(CONFIG_LITMUS_PAI_SOFTIRQD) += litmus_pai_softirq.o | ||
36 | obj-$(CONFIG_LITMUS_NVIDIA) += nvidia_info.o sched_trace_external.o | ||