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 2aee21baf785..cb9033d3f72f 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -340,6 +340,7 @@ LIB_OBJS += util/header.o | |||
340 | LIB_OBJS += util/callchain.o | 340 | LIB_OBJS += util/callchain.o |
341 | LIB_OBJS += util/values.o | 341 | LIB_OBJS += util/values.o |
342 | LIB_OBJS += util/debug.o | 342 | LIB_OBJS += util/debug.o |
343 | LIB_OBJS += util/map.o | ||
343 | 344 | ||
344 | BUILTIN_OBJS += builtin-annotate.o | 345 | BUILTIN_OBJS += builtin-annotate.o |
345 | BUILTIN_OBJS += builtin-help.o | 346 | BUILTIN_OBJS += builtin-help.o |