diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2009-12-17 21:34:09 -0500 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-29 17:16:40 -0400 |
commit | 5442a8adfce93c1cd556e04bfc0a118adc3b683e (patch) | |
tree | 5e01b4062243a34bda49a531d4231ddca8126885 /litmus/Makefile | |
parent | fa3c94fc9cd1619fe0dd6081a1a980c09ef3e119 (diff) |
[ported from 2008.3] Add Stack Resource Policy (SRP) support
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 3d18cff62cee..612457fa773e 100644 --- a/litmus/Makefile +++ b/litmus/Makefile | |||
@@ -8,6 +8,7 @@ obj-y = sched_plugin.o litmus.o \ | |||
8 | rt_domain.o \ | 8 | rt_domain.o \ |
9 | edf_common.o \ | 9 | edf_common.o \ |
10 | fdso.o \ | 10 | fdso.o \ |
11 | srp.o \ | ||
11 | heap.o | 12 | heap.o |
12 | 13 | ||
13 | obj-$(CONFIG_FEATHER_TRACE) += ft_event.o ftdev.o | 14 | obj-$(CONFIG_FEATHER_TRACE) += ft_event.o ftdev.o |