diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-05-02 11:19:55 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-05-02 11:19:55 -0400 |
commit | 19fdd6f62388ed4373d28ca55b1c63e2fd62bb2f (patch) | |
tree | c62267cc060716e796e930e08f8d6c485693edf9 /Makefile | |
parent | 9b85a6e707adff71ea3b329756f2b854fbdc6b0b (diff) |
add be task migration support to rt_launch
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -46,8 +46,8 @@ np_test: np_test.o litmus.h liblitmus.a | |||
46 | run: run.o ${LIBS} | 46 | run: run.o ${LIBS} |
47 | cc -o run run.o ${LIBS} | 47 | cc -o run run.o ${LIBS} |
48 | 48 | ||
49 | rt_launch: liblitmus.a litmus.h rt_launch.o | 49 | rt_launch: liblitmus.a litmus.h rt_launch.o common.o |
50 | cc -static -o rt_launch rt_launch.o ${LIBS} | 50 | cc -static -o rt_launch rt_launch.o common.o ${LIBS} |
51 | 51 | ||
52 | release_ts: liblitmus.a litmus.h release_ts.o | 52 | release_ts: liblitmus.a litmus.h release_ts.o |
53 | cc -static -o release_ts release_ts.o ${LIBS} | 53 | cc -static -o release_ts release_ts.o ${LIBS} |