diff options
author | Ingo Molnar <mingo@elte.hu> | 2011-02-07 10:45:48 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2011-02-07 10:45:48 +0300 |
commit | 075de90c46562de1435db16c2129ec4ff92e5bd2 (patch) | |
tree | 3b6f91ddc2773069a707538d607b2b4ea680c118 /tools/perf/Makefile | |
parent | c7f9a6f377fa64e5a74f8c128d4349765c28fab1 (diff) | |
parent | 36532461a0f60bb36c5470a0326f7394f19db23c (diff) | |
download | linux-075de90c46562de1435db16c2129ec4ff92e5bd2.tar.xz |
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core
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 4c9499cb4398..be3eb1dc9a5a 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile @@ -401,6 +401,7 @@ LIB_H += util/include/dwarf-regs.h LIB_H += util/include/asm/dwarf2.h LIB_H += util/include/asm/cpufeature.h LIB_H += perf.h +LIB_H += util/annotate.h LIB_H += util/cache.h LIB_H += util/callchain.h LIB_H += util/build-id.h @@ -444,6 +445,7 @@ LIB_H += $(ARCH_INCLUDE) LIB_OBJS += $(OUTPUT)util/abspath.o LIB_OBJS += $(OUTPUT)util/alias.o +LIB_OBJS += $(OUTPUT)util/annotate.o LIB_OBJS += $(OUTPUT)util/build-id.o LIB_OBJS += $(OUTPUT)util/config.o LIB_OBJS += $(OUTPUT)util/ctype.o |