diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-12-25 09:53:20 -0500 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-12-25 09:53:20 -0500 |
commit | 3b1f336089b9e5fdea89645a33eb17552d6be02b (patch) | |
tree | 88d8f09cf3cef35b34d1d0d0a149bfb3e9b10acc /SConstruct | |
parent | ffcd5a40f7e94d97d0a08c04469b3ec87aa019e9 (diff) |
do not include sched_trace parsing in liblitmus
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -50,8 +50,8 @@ mtrt.Append(LINKFLAGS = '-pthread') | |||
50 | # Targets: liblitmus | 50 | # Targets: liblitmus |
51 | # All the files in src/ are part of the library. | 51 | # All the files in src/ are part of the library. |
52 | env.Library('litmus', | 52 | env.Library('litmus', |
53 | ['src/kernel_iface.c', 'src/litmus.c', 'src/sched_trace.c', | 53 | ['src/kernel_iface.c', 'src/litmus.c', |
54 | 'src/syscalls.c', 'src/task.c']) | 54 | 'src/syscalls.c', 'src/task.c']) |
55 | 55 | ||
56 | # ##################################################################### | 56 | # ##################################################################### |
57 | # Targets: simple tools that do not depend on liblitmus | 57 | # Targets: simple tools that do not depend on liblitmus |
@@ -67,4 +67,4 @@ rt.Program('np_test', 'bin/np_test.c') | |||
67 | rt.Program('rt_launch', ['bin/rt_launch.c', 'bin/common.c']) | 67 | rt.Program('rt_launch', ['bin/rt_launch.c', 'bin/common.c']) |
68 | rt.Program('rtspin', ['bin/rtspin.c', 'bin/common.c']) | 68 | rt.Program('rtspin', ['bin/rtspin.c', 'bin/common.c']) |
69 | rt.Program('release_ts', 'bin/release_ts.c') | 69 | rt.Program('release_ts', 'bin/release_ts.c') |
70 | rt.Program('showst', 'bin/showst.c') | 70 | rt.Program('showst', ['bin/showst.c', 'src/sched_trace.c']) |