1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
| noinst_HEADERS = \
| ancillaries.h \
| arith.h \
| assert.h \
| bufd.h \
| clock.h \
| compat.h \
| heap.h \
| init.h \
| intr.h \
| list.h \
| lock.h \
| map.h \
| pipe.h \
| ppd.h \
| registry.h \
| sched.h \
| sched-idle.h \
| schedparam.h \
| schedqueue.h \
| sched-quota.h \
| sched-rt.h \
| sched-sporadic.h \
| sched-tp.h \
| sched-weak.h \
| select.h \
| stat.h \
| synch.h \
| thread.h \
| timer.h \
| trace.h \
| tree.h \
| vdso.h \
| vfile.h
|
| SUBDIRS = rtdm
|
|