aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/perf_counter/Makefile
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-06-06 09:19:13 -0400
committerIngo Molnar <mingo@elte.hu>2009-06-06 12:58:30 -0400
commit8035e4288078cb806e7dd6bafe4d3e54d44cab3f (patch)
tree7b54e827020e9a9dbc2823009cb2815fc3e35fc9 /Documentation/perf_counter/Makefile
parent6e6b754ffdb6415723686c733f13275397e44422 (diff)
perf_counter tools: Prepare for 'perf annotate'
Prepare for the 'perf annotate' implementation by splitting off builtin-annotate.c from builtin-report.c. ( We keep this commit separate to ease the later librarization of the facilities that perf-report and perf-annotate shares. ) Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Mike Galbraith <efault@gmx.de> Cc: Paul Mackerras <paulus@samba.org> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> LKML-Reference: <new-submission> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Documentation/perf_counter/Makefile')
-rw-r--r--Documentation/perf_counter/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/perf_counter/Makefile b/Documentation/perf_counter/Makefile
index 32c0bb21a328..0cbd5d6874ec 100644
--- a/Documentation/perf_counter/Makefile
+++ b/Documentation/perf_counter/Makefile
@@ -323,12 +323,13 @@ LIB_OBJS += util/symbol.o
323LIB_OBJS += util/color.o 323LIB_OBJS += util/color.o
324LIB_OBJS += util/pager.o 324LIB_OBJS += util/pager.o
325 325
326BUILTIN_OBJS += builtin-annotate.o
326BUILTIN_OBJS += builtin-help.o 327BUILTIN_OBJS += builtin-help.o
328BUILTIN_OBJS += builtin-list.o
327BUILTIN_OBJS += builtin-record.o 329BUILTIN_OBJS += builtin-record.o
328BUILTIN_OBJS += builtin-report.o 330BUILTIN_OBJS += builtin-report.o
329BUILTIN_OBJS += builtin-stat.o 331BUILTIN_OBJS += builtin-stat.o
330BUILTIN_OBJS += builtin-top.o 332BUILTIN_OBJS += builtin-top.o
331BUILTIN_OBJS += builtin-list.o
332 333
333PERFLIBS = $(LIB_FILE) 334PERFLIBS = $(LIB_FILE)
334EXTLIBS = 335EXTLIBS =