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