]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - tools/perf/Makefile
Merge branch 'x86/mpx' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
[karo-tx-linux.git] / tools / perf / Makefile
index eefb9fb0c02f991ba00007b8885685ff248a85dc..cb2e5868c8e86404729ed8595a53262cb9e88fd7 100644 (file)
@@ -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:
 #