diff options
Diffstat (limited to 'tools/lib/perf/tests/Build')
-rw-r--r-- | tools/lib/perf/tests/Build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/lib/perf/tests/Build b/tools/lib/perf/tests/Build new file mode 100644 index 000000000..56e81378d --- /dev/null +++ b/tools/lib/perf/tests/Build @@ -0,0 +1,5 @@ +tests-y += main.o +tests-y += test-evsel.o +tests-y += test-evlist.o +tests-y += test-cpumap.o +tests-y += test-threadmap.o |