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 9c4dc30cdc13..a9281cca4114 100644
--- a/tools/perf/Makefile
+++ b/tools/perf/Makefile
@@ -416,6 +416,7 @@ LIB_H += util/thread.h
416LIB_H += util/trace-event.h 416LIB_H += util/trace-event.h
417LIB_H += util/probe-finder.h 417LIB_H += util/probe-finder.h
418LIB_H += util/probe-event.h 418LIB_H += util/probe-event.h
419LIB_H += util/pstack.h
419LIB_H += util/cpumap.h 420LIB_H += util/cpumap.h
420 421
421LIB_OBJS += $(OUTPUT)util/abspath.o 422LIB_OBJS += $(OUTPUT)util/abspath.o
@@ -451,6 +452,7 @@ LIB_OBJS += $(OUTPUT)util/callchain.o
451LIB_OBJS += $(OUTPUT)util/values.o 452LIB_OBJS += $(OUTPUT)util/values.o
452LIB_OBJS += $(OUTPUT)util/debug.o 453LIB_OBJS += $(OUTPUT)util/debug.o
453LIB_OBJS += $(OUTPUT)util/map.o 454LIB_OBJS += $(OUTPUT)util/map.o
455LIB_OBJS += $(OUTPUT)util/pstack.o
454LIB_OBJS += $(OUTPUT)util/session.o 456LIB_OBJS += $(OUTPUT)util/session.o
455LIB_OBJS += $(OUTPUT)util/thread.o 457LIB_OBJS += $(OUTPUT)util/thread.o
456LIB_OBJS += $(OUTPUT)util/trace-event-parse.o 458LIB_OBJS += $(OUTPUT)util/trace-event-parse.o