diff options
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r-- | tools/perf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 5a429966c995..495eb6d97fa0 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -342,6 +342,7 @@ LIB_H += util/values.h | |||
342 | LIB_H += util/sort.h | 342 | LIB_H += util/sort.h |
343 | LIB_H += util/hist.h | 343 | LIB_H += util/hist.h |
344 | LIB_H += util/thread.h | 344 | LIB_H += util/thread.h |
345 | LIB_H += util/data_map.h | ||
345 | 346 | ||
346 | LIB_OBJS += util/abspath.o | 347 | LIB_OBJS += util/abspath.o |
347 | LIB_OBJS += util/alias.o | 348 | LIB_OBJS += util/alias.o |
@@ -378,6 +379,7 @@ LIB_OBJS += util/trace-event-info.o | |||
378 | LIB_OBJS += util/svghelper.o | 379 | LIB_OBJS += util/svghelper.o |
379 | LIB_OBJS += util/sort.o | 380 | LIB_OBJS += util/sort.o |
380 | LIB_OBJS += util/hist.o | 381 | LIB_OBJS += util/hist.o |
382 | LIB_OBJS += util/data_map.o | ||
381 | 383 | ||
382 | BUILTIN_OBJS += builtin-annotate.o | 384 | BUILTIN_OBJS += builtin-annotate.o |
383 | BUILTIN_OBJS += builtin-help.o | 385 | BUILTIN_OBJS += builtin-help.o |