diff options
author | Jiri Olsa <[email protected]> | 2019-09-02 10:35:47 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2019-09-25 09:51:49 -0300 |
commit | fb4bf51fcc153f74c86e08ce1d17e9f1a1a71ba0 (patch) | |
tree | 184a3b25250a0428df3fae526bfbc41801b7679f | |
parent | 7634d5336a6e66cba5befd8190b3994916424e08 (diff) |
libperf: Add libperf dependency for tests targets
Add libperf dependency for tests targets.
Signed-off-by: Jiri Olsa <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Michael Petlan <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lore.kernel.org/lkml/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-rw-r--r-- | tools/perf/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/lib/Makefile b/tools/perf/lib/Makefile index 54466cc84544..85ccb8c439a4 100644 --- a/tools/perf/lib/Makefile +++ b/tools/perf/lib/Makefile @@ -138,7 +138,7 @@ clean: $(LIBAPI)-clean *.o *~ *.a *.so *.so.$(VERSION) *.so.$(LIBPERF_VERSION) .*.d .*.cmd LIBPERF-CFLAGS $(LIBPERF_PC) $(Q)$(MAKE) -C tests clean -tests: +tests: libs $(Q)$(MAKE) -C tests $(Q)$(MAKE) -C tests run |