From 9de8f0850ce4b34a849384d119fc9e5a6f3f8d17 Mon Sep 17 00:00:00 2001 From: "Bjoern B. Brandenburg" Date: Fri, 5 Oct 2007 12:41:53 -0400 Subject: Implement user space adaptive task launching interface. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 edfhsb: liblitmus.a edf-hsb.o litmus.h edf-hsb.h hrt.o cc -o edfhsb hrt.o edf-hsb.o ${LIBS} -liblitmus.a: litmus.o litmus.h edf-hsb.o edf-hsb.h - ${AR} rcs liblitmus.a litmus.o edf-hsb.o +liblitmus.a: litmus.o adaptive.o adaptive.h litmus.h edf-hsb.o edf-hsb.h + ${AR} rcs liblitmus.a litmus.o adaptive.o edf-hsb.o -- cgit v1.2.2