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