diff options
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r-- | tools/perf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 480546d5f13b..dcd9a70c7193 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -78,7 +78,7 @@ clean: | |||
78 | # The build-test target is not really parallel, don't print the jobs info: | 78 | # The build-test target is not really parallel, don't print the jobs info: |
79 | # | 79 | # |
80 | build-test: | 80 | build-test: |
81 | @$(MAKE) -f tests/make --no-print-directory | 81 | @$(MAKE) SHUF=1 -f tests/make --no-print-directory |
82 | 82 | ||
83 | # | 83 | # |
84 | # All other targets get passed through: | 84 | # All other targets get passed through: |