From 4f09abf780888677727e9d0cb63f9c96ae2ad369 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Mon, 23 Feb 2015 19:38:49 +0100 Subject: Makefile: pi_stress need librttest.a so it should depend on it Signed-off-by: Michael Olbrich Signed-off-by: John Kacur --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9e479d3..da7b419 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ cyclictest: cyclictest.o librttest.a signaltest: signaltest.o librttest.a $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS) -pi_stress: pi_stress.o +pi_stress: pi_stress.o librttest.a $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS) hwlatdetect: src/hwlatdetect/hwlatdetect.py -- cgit 1.2.3-korg