diff options
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r-- | tools/perf/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 5d54ddb83ab1..c481a513f551 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -347,6 +347,9 @@ LIB_OBJS += util/values.o | |||
347 | LIB_OBJS += util/debug.o | 347 | LIB_OBJS += util/debug.o |
348 | LIB_OBJS += util/map.o | 348 | LIB_OBJS += util/map.o |
349 | LIB_OBJS += util/thread.o | 349 | LIB_OBJS += util/thread.o |
350 | LIB_OBJS += util/trace-event-parse.o | ||
351 | LIB_OBJS += util/trace-event-read.o | ||
352 | LIB_OBJS += util/trace-event-info.o | ||
350 | 353 | ||
351 | BUILTIN_OBJS += builtin-annotate.o | 354 | BUILTIN_OBJS += builtin-annotate.o |
352 | BUILTIN_OBJS += builtin-help.o | 355 | BUILTIN_OBJS += builtin-help.o |
@@ -355,6 +358,7 @@ BUILTIN_OBJS += builtin-record.o | |||
355 | BUILTIN_OBJS += builtin-report.o | 358 | BUILTIN_OBJS += builtin-report.o |
356 | BUILTIN_OBJS += builtin-stat.o | 359 | BUILTIN_OBJS += builtin-stat.o |
357 | BUILTIN_OBJS += builtin-top.o | 360 | BUILTIN_OBJS += builtin-top.o |
361 | BUILTIN_OBJS += builtin-trace.o | ||
358 | 362 | ||
359 | PERFLIBS = $(LIB_FILE) | 363 | PERFLIBS = $(LIB_FILE) |
360 | 364 | ||