diff --git a/tools/perf/Makefile b/tools/perf/Makefile
index eefb9fb0c02f991ba00007b8885685ff248a85dc..cb2e5868c8e86404729ed8595a53262cb9e88fd7 100644
--- a/tools/perf/Makefile
+++ b/tools/perf/Makefile
@@ -74,6 +74,12 @@ all tags TAGS:
 clean:
 	$(make)
 
+#
+# The build-test target is not really parallel, don't print the jobs info:
+#
+build-test:
+	@$(MAKE) -f tests/make --no-print-directory
+
 #
 # All other targets get passed through:
 #