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 542b29e2e382..0a2542844a62 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -416,6 +416,13 @@ LIB_OBJS += util/hist.o | |||
416 | LIB_OBJS += util/data_map.o | 416 | LIB_OBJS += util/data_map.o |
417 | 417 | ||
418 | BUILTIN_OBJS += builtin-annotate.o | 418 | BUILTIN_OBJS += builtin-annotate.o |
419 | |||
420 | BUILTIN_OBJS += builtin-bench.o | ||
421 | |||
422 | # Benchmark modules | ||
423 | BUILTIN_OBJS += bench/sched-messaging.o | ||
424 | BUILTIN_OBJS += bench/sched-pipe.o | ||
425 | |||
419 | BUILTIN_OBJS += builtin-help.o | 426 | BUILTIN_OBJS += builtin-help.o |
420 | BUILTIN_OBJS += builtin-sched.o | 427 | BUILTIN_OBJS += builtin-sched.o |
421 | BUILTIN_OBJS += builtin-list.o | 428 | BUILTIN_OBJS += builtin-list.o |