From: Jiri Olsa Date: Mon, 2 Sep 2019 08:35:47 +0000 (+0200) Subject: libperf: Add libperf dependency for tests targets X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fb4bf51fcc153f74c86e08ce1d17e9f1a1a71ba0;p=linux.git libperf: Add libperf dependency for tests targets Add libperf dependency for tests targets. Signed-off-by: Jiri Olsa Cc: Alexander Shishkin Cc: Michael Petlan Cc: Namhyung Kim Cc: Peter Zijlstra Link: http://lore.kernel.org/lkml/20190913132355.21634-36-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/lib/Makefile b/tools/perf/lib/Makefile index 54466cc845449..85ccb8c439a47 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