diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2009-12-17 21:33:26 -0500 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-29 17:16:27 -0400 |
commit | fa3c94fc9cd1619fe0dd6081a1a980c09ef3e119 (patch) | |
tree | 2e389b77431e55e8b81f4f256b93f23137dd4e2f /litmus/Makefile | |
parent | f5936ecf0cff0b94419b6768efba3e15622beeb6 (diff) |
[ported from 2008.3] Add File Descriptor Attached Shared Objects (FDSO) infrastructure
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 59f61cbc7f10..3d18cff62cee 100644 --- a/litmus/Makefile +++ b/litmus/Makefile | |||
@@ -7,6 +7,7 @@ obj-y = sched_plugin.o litmus.o \ | |||
7 | sync.o \ | 7 | sync.o \ |
8 | rt_domain.o \ | 8 | rt_domain.o \ |
9 | edf_common.o \ | 9 | edf_common.o \ |
10 | fdso.o \ | ||
10 | heap.o | 11 | heap.o |
11 | 12 | ||
12 | obj-$(CONFIG_FEATHER_TRACE) += ft_event.o ftdev.o | 13 | obj-$(CONFIG_FEATHER_TRACE) += ft_event.o ftdev.o |