diff options
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r-- | tools/perf/Makefile | 7 |
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 | |||
421 | LIB_OBJS += util/data_map.o | 421 | LIB_OBJS += util/data_map.o |
422 | 422 | ||
423 | BUILTIN_OBJS += builtin-annotate.o | 423 | BUILTIN_OBJS += builtin-annotate.o |
424 | |||
425 | BUILTIN_OBJS += builtin-bench.o | ||
426 | |||
427 | # Benchmark modules | ||
428 | BUILTIN_OBJS += bench/sched-messaging.o | ||
429 | BUILTIN_OBJS += bench/sched-pipe.o | ||
430 | |||
424 | BUILTIN_OBJS += builtin-help.o | 431 | BUILTIN_OBJS += builtin-help.o |
425 | BUILTIN_OBJS += builtin-sched.o | 432 | BUILTIN_OBJS += builtin-sched.o |
426 | BUILTIN_OBJS += builtin-list.o | 433 | BUILTIN_OBJS += builtin-list.o |