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 4c9499cb439..be3eb1dc9a5 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -401,6 +401,7 @@ LIB_H += util/include/dwarf-regs.h | |||
401 | LIB_H += util/include/asm/dwarf2.h | 401 | LIB_H += util/include/asm/dwarf2.h |
402 | LIB_H += util/include/asm/cpufeature.h | 402 | LIB_H += util/include/asm/cpufeature.h |
403 | LIB_H += perf.h | 403 | LIB_H += perf.h |
404 | LIB_H += util/annotate.h | ||
404 | LIB_H += util/cache.h | 405 | LIB_H += util/cache.h |
405 | LIB_H += util/callchain.h | 406 | LIB_H += util/callchain.h |
406 | LIB_H += util/build-id.h | 407 | LIB_H += util/build-id.h |
@@ -444,6 +445,7 @@ LIB_H += $(ARCH_INCLUDE) | |||
444 | 445 | ||
445 | LIB_OBJS += $(OUTPUT)util/abspath.o | 446 | LIB_OBJS += $(OUTPUT)util/abspath.o |
446 | LIB_OBJS += $(OUTPUT)util/alias.o | 447 | LIB_OBJS += $(OUTPUT)util/alias.o |
448 | LIB_OBJS += $(OUTPUT)util/annotate.o | ||
447 | LIB_OBJS += $(OUTPUT)util/build-id.o | 449 | LIB_OBJS += $(OUTPUT)util/build-id.o |
448 | LIB_OBJS += $(OUTPUT)util/config.o | 450 | LIB_OBJS += $(OUTPUT)util/config.o |
449 | LIB_OBJS += $(OUTPUT)util/ctype.o | 451 | LIB_OBJS += $(OUTPUT)util/ctype.o |