aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2008-05-02 11:19:55 -0400
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2008-05-02 11:19:55 -0400
commit19fdd6f62388ed4373d28ca55b1c63e2fd62bb2f (patch)
treec62267cc060716e796e930e08f8d6c485693edf9 /Makefile
parent9b85a6e707adff71ea3b329756f2b854fbdc6b0b (diff)
add be task migration support to rt_launch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b84b865..5a62984 100644
--- a/Makefile
+++ b/Makefile
@@ -46,8 +46,8 @@ np_test: np_test.o litmus.h liblitmus.a
46run: run.o ${LIBS} 46run: run.o ${LIBS}
47 cc -o run run.o ${LIBS} 47 cc -o run run.o ${LIBS}
48 48
49rt_launch: liblitmus.a litmus.h rt_launch.o 49rt_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
52release_ts: liblitmus.a litmus.h release_ts.o 52release_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}