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 f20bc6f85611..638e8e146bb9 100644
--- a/tools/perf/Makefile
+++ b/tools/perf/Makefile
@@ -426,6 +426,7 @@ LIB_H += util/values.h
426LIB_H += util/sort.h 426LIB_H += util/sort.h
427LIB_H += util/hist.h 427LIB_H += util/hist.h
428LIB_H += util/thread.h 428LIB_H += util/thread.h
429LIB_H += util/thread_map.h
429LIB_H += util/trace-event.h 430LIB_H += util/trace-event.h
430LIB_H += util/probe-finder.h 431LIB_H += util/probe-finder.h
431LIB_H += util/probe-event.h 432LIB_H += util/probe-event.h
@@ -471,6 +472,7 @@ LIB_OBJS += $(OUTPUT)util/map.o
471LIB_OBJS += $(OUTPUT)util/pstack.o 472LIB_OBJS += $(OUTPUT)util/pstack.o
472LIB_OBJS += $(OUTPUT)util/session.o 473LIB_OBJS += $(OUTPUT)util/session.o
473LIB_OBJS += $(OUTPUT)util/thread.o 474LIB_OBJS += $(OUTPUT)util/thread.o
475LIB_OBJS += $(OUTPUT)util/thread_map.o
474LIB_OBJS += $(OUTPUT)util/trace-event-parse.o 476LIB_OBJS += $(OUTPUT)util/trace-event-parse.o
475LIB_OBJS += $(OUTPUT)util/trace-event-read.o 477LIB_OBJS += $(OUTPUT)util/trace-event-read.o
476LIB_OBJS += $(OUTPUT)util/trace-event-info.o 478LIB_OBJS += $(OUTPUT)util/trace-event-info.o