aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/perf/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile
index 542b29e2e382..0a2542844a62 100644
--- a/tools/perf/Makefile
+++ b/tools/perf/Makefile
@@ -416,6 +416,13 @@ LIB_OBJS += util/hist.o
416LIB_OBJS += util/data_map.o 416LIB_OBJS += util/data_map.o
417 417
418BUILTIN_OBJS += builtin-annotate.o 418BUILTIN_OBJS += builtin-annotate.o
419
420BUILTIN_OBJS += builtin-bench.o
421
422# Benchmark modules
423BUILTIN_OBJS += bench/sched-messaging.o
424BUILTIN_OBJS += bench/sched-pipe.o
425
419BUILTIN_OBJS += builtin-help.o 426BUILTIN_OBJS += builtin-help.o
420BUILTIN_OBJS += builtin-sched.o 427BUILTIN_OBJS += builtin-sched.o
421BUILTIN_OBJS += builtin-list.o 428BUILTIN_OBJS += builtin-list.o