diff options
author | Christopher Kenna <cjk@cs.unc.edu> | 2010-10-22 21:04:34 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2010-10-23 01:35:14 -0400 |
commit | e06e8374b5c04aeaddf14e9686842011f80f5664 (patch) | |
tree | 773c14713dbca67b5ea4cf4f7864dbc324ae9e44 /litmus/Makefile | |
parent | 98f56816fcb5c97e0afd21a6e242bb72d5b7a551 (diff) |
Litmus core: refactor the implementation of /proc
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 f301d2842e43..7bd1abdcb84a 100644 --- a/litmus/Makefile +++ b/litmus/Makefile | |||
@@ -3,6 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | obj-y = sched_plugin.o litmus.o \ | 5 | obj-y = sched_plugin.o litmus.o \ |
6 | litmus_proc.o \ | ||
6 | budget.o \ | 7 | budget.o \ |
7 | jobs.o \ | 8 | jobs.o \ |
8 | sync.o \ | 9 | sync.o \ |