summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-02-23 19:38:49 +0100
committerJohn Kacur <jkacur@redhat.com>2015-02-24 15:28:33 +0100
commit4f09abf780888677727e9d0cb63f9c96ae2ad369 (patch)
treea139175fe119f4bcad1c370e452f9094bbcf62b7
parent3fed00ff8d2c0cdbc5ba078cbd60ce3cfcee615f (diff)
downloadrt-tests-4f09abf780888677727e9d0cb63f9c96ae2ad369.tar.gz
Makefile: pi_stress need librttest.a so it should depend on it
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> Signed-off-by: John Kacur <jkacur@redhat.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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