diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2009-12-17 21:33:26 -0500 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2009-12-17 21:33:26 -0500 |
commit | a18a4da0233492c15bb7b62a329061cf7dcce7a2 (patch) | |
tree | dbaaefd035ae70ed064288f9afb506ec4330527c /litmus/Makefile | |
parent | a4dc9c48f83ebcb68cd99d118cd34c5e265cfd34 (diff) |
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 |