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 78f5d5c3ebda..db83cad8a02a 100644 --- a/tools/perf/tests/shell/coresight/Makefile +++ b/tools/perf/tests/shell/coresight/Makefile @@ -6,7 +6,8 @@ include ../../../../../tools/scripts/utilities.mak SUBDIRS = \ asm_pure_loop \ - memcpy_thread + memcpy_thread \ + thread_loop all: $(SUBDIRS) $(SUBDIRS): |