aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2008-02-12 15:51:00 -0500
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2008-02-12 15:51:00 -0500
commit2c1f329215e57a6f070cab21236b132b22ef80c2 (patch)
treec881e0f22793b2ccde306a17a5755f647d42c9ee /Makefile
parent0530e4fae13d049315f19d6fda4327d6428fd58f (diff)
first changes to compile with LITMUS 20082008.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c311787..ae187e0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
1KERNEL_DIR = ../litmus 1KERNEL_DIR = ../q08
2 2
3INC=-Iinclude/ -I${KERNEL_DIR}/include/ 3INC=-Iinclude/ -I${KERNEL_DIR}/include/
4 4
@@ -43,7 +43,7 @@ rt_launch: liblitmus.a litmus.h rt_launch.o
43stdump: liblitmus.a litmus.h sched_trace.h stdump.o 43stdump: liblitmus.a litmus.h sched_trace.h stdump.o
44 cc -o stdump stdump.o ${LIBS} 44 cc -o stdump stdump.o ${LIBS}
45 45
46liblitmus.a: ${LIB_OBJ} litmus.h 46liblitmus.a: ${LIB_OBJ} litmus.h
47 ${AR} rcs liblitmus.a ${LIB_OBJ} 47 ${AR} rcs liblitmus.a ${LIB_OBJ}
48 48
49check: 49check: