diff options
Diffstat (limited to 'tools/perf/tests/shell/coresight/Makefile')
-rw-r--r-- | tools/perf/tests/shell/coresight/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/tests/shell/coresight/Makefile b/tools/perf/tests/shell/coresight/Makefile index db83cad8a02a..b070e779703e 100644 --- a/tools/perf/tests/shell/coresight/Makefile +++ b/tools/perf/tests/shell/coresight/Makefile @@ -7,7 +7,8 @@ include ../../../../../tools/scripts/utilities.mak SUBDIRS = \ asm_pure_loop \ memcpy_thread \ - thread_loop + thread_loop \ + unroll_loop_thread all: $(SUBDIRS) $(SUBDIRS): |