aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2007-10-05 12:41:53 -0400
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2007-10-05 12:41:53 -0400
commit9de8f0850ce4b34a849384d119fc9e5a6f3f8d17 (patch)
tree236622c3b41231bb74507cd5e3b7f29d61170c43 /Makefile
parent7ddb0d79edf783b5cf45af8052195df198788b07 (diff)
Implement user space adaptive task launching interface.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 10f57dd..24c7d2a 100644
--- a/Makefile
+++ b/Makefile
@@ -39,5 +39,5 @@ rt_launch: liblitmus.a litmus.h rt_launch.o
39edfhsb: liblitmus.a edf-hsb.o litmus.h edf-hsb.h hrt.o 39edfhsb: liblitmus.a edf-hsb.o litmus.h edf-hsb.h hrt.o
40 cc -o edfhsb hrt.o edf-hsb.o ${LIBS} 40 cc -o edfhsb hrt.o edf-hsb.o ${LIBS}
41 41
42liblitmus.a: litmus.o litmus.h edf-hsb.o edf-hsb.h 42liblitmus.a: litmus.o adaptive.o adaptive.h litmus.h edf-hsb.o edf-hsb.h
43 ${AR} rcs liblitmus.a litmus.o edf-hsb.o 43 ${AR} rcs liblitmus.a litmus.o adaptive.o edf-hsb.o