aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r--tools/perf/Makefile2
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
342LIB_H += util/sort.h 342LIB_H += util/sort.h
343LIB_H += util/hist.h 343LIB_H += util/hist.h
344LIB_H += util/thread.h 344LIB_H += util/thread.h
345LIB_H += util/data_map.h
345 346
346LIB_OBJS += util/abspath.o 347LIB_OBJS += util/abspath.o
347LIB_OBJS += util/alias.o 348LIB_OBJS += util/alias.o
@@ -378,6 +379,7 @@ LIB_OBJS += util/trace-event-info.o
378LIB_OBJS += util/svghelper.o 379LIB_OBJS += util/svghelper.o
379LIB_OBJS += util/sort.o 380LIB_OBJS += util/sort.o
380LIB_OBJS += util/hist.o 381LIB_OBJS += util/hist.o
382LIB_OBJS += util/data_map.o
381 383
382BUILTIN_OBJS += builtin-annotate.o 384BUILTIN_OBJS += builtin-annotate.o
383BUILTIN_OBJS += builtin-help.o 385BUILTIN_OBJS += builtin-help.o