diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2009-12-17 21:36:40 -0500 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-29 17:16:49 -0400 |
commit | 269cf3c49cef2b23605e98ad4a8133357bebaac0 (patch) | |
tree | dd0d7f3d08f4f00069be8698183b5166e01f5030 /litmus/Makefile | |
parent | 5442a8adfce93c1cd556e04bfc0a118adc3b683e (diff) |
[ported from 2008.3] Add FMLP 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 612457fa773e..0720c95918af 100644 --- a/litmus/Makefile +++ b/litmus/Makefile | |||
@@ -9,6 +9,7 @@ obj-y = sched_plugin.o litmus.o \ | |||
9 | edf_common.o \ | 9 | edf_common.o \ |
10 | fdso.o \ | 10 | fdso.o \ |
11 | srp.o \ | 11 | srp.o \ |
12 | fmlp.o \ | ||
12 | heap.o | 13 | heap.o |
13 | 14 | ||
14 | obj-$(CONFIG_FEATHER_TRACE) += ft_event.o ftdev.o | 15 | obj-$(CONFIG_FEATHER_TRACE) += ft_event.o ftdev.o |