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 36ff73c0af94..edc660e0bc2f 100644
--- a/tools/perf/Makefile
+++ b/tools/perf/Makefile
@@ -437,6 +437,7 @@ LIB_H += util/probe-finder.h
437LIB_H += util/probe-event.h 437LIB_H += util/probe-event.h
438LIB_H += util/pstack.h 438LIB_H += util/pstack.h
439LIB_H += util/cpumap.h 439LIB_H += util/cpumap.h
440LIB_H += util/top.h
440LIB_H += $(ARCH_INCLUDE) 441LIB_H += $(ARCH_INCLUDE)
441 442
442LIB_OBJS += $(OUTPUT)util/abspath.o 443LIB_OBJS += $(OUTPUT)util/abspath.o
@@ -464,6 +465,7 @@ LIB_OBJS += $(OUTPUT)util/strbuf.o
464LIB_OBJS += $(OUTPUT)util/string.o 465LIB_OBJS += $(OUTPUT)util/string.o
465LIB_OBJS += $(OUTPUT)util/strlist.o 466LIB_OBJS += $(OUTPUT)util/strlist.o
466LIB_OBJS += $(OUTPUT)util/strfilter.o 467LIB_OBJS += $(OUTPUT)util/strfilter.o
468LIB_OBJS += $(OUTPUT)util/top.o
467LIB_OBJS += $(OUTPUT)util/usage.o 469LIB_OBJS += $(OUTPUT)util/usage.o
468LIB_OBJS += $(OUTPUT)util/wrapper.o 470LIB_OBJS += $(OUTPUT)util/wrapper.o
469LIB_OBJS += $(OUTPUT)util/sigchain.o 471LIB_OBJS += $(OUTPUT)util/sigchain.o