diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-01-28 13:26:15 -0500 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-02-01 16:30:38 -0500 |
commit | a3db326495d4051bddc657d3b226ad4daa7997c4 (patch) | |
tree | c45f6ba9e7229b4318b2cb1b1de886718067eea8 /litmus/Makefile | |
parent | 2dea9d5e7727b8474981557cbf925687b8f33865 (diff) |
Litmus core: add generic locking API
Provide a unified userspace interface for plugin-specific locking
protocols.
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 b7366b530749..4e019d4a6e0c 100644 --- a/litmus/Makefile +++ b/litmus/Makefile | |||
@@ -11,6 +11,7 @@ obj-y = sched_plugin.o litmus.o \ | |||
11 | rt_domain.o \ | 11 | rt_domain.o \ |
12 | edf_common.o \ | 12 | edf_common.o \ |
13 | fdso.o \ | 13 | fdso.o \ |
14 | locking.o \ | ||
14 | srp.o \ | 15 | srp.o \ |
15 | fmlp.o \ | 16 | fmlp.o \ |
16 | bheap.o \ | 17 | bheap.o \ |