diff options
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r-- | tools/perf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index d3887ed51a64..1c1296d8a64b 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -329,6 +329,7 @@ LIB_OBJS += util/symbol.o | |||
329 | LIB_OBJS += util/color.o | 329 | LIB_OBJS += util/color.o |
330 | LIB_OBJS += util/pager.o | 330 | LIB_OBJS += util/pager.o |
331 | LIB_OBJS += util/header.o | 331 | LIB_OBJS += util/header.o |
332 | LIB_OBJS += util/callchain.o | ||
332 | 333 | ||
333 | BUILTIN_OBJS += builtin-annotate.o | 334 | BUILTIN_OBJS += builtin-annotate.o |
334 | BUILTIN_OBJS += builtin-help.o | 335 | BUILTIN_OBJS += builtin-help.o |