diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-04-20 09:37:32 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-04-20 11:36:48 -0400 |
commit | ddcacfa0febff6454dba6cea1931f3020a9f6c24 (patch) | |
tree | 0921fe8644ef904ad154640a584830d552a02bee /Documentation/perf_counter/Makefile | |
parent | 6f06ccbc86f8a02aa32271263249657ce484eb25 (diff) |
perf_counter tools: separate kerneltop into 'perf top' and 'perf stat'
Lets use the Git framework of built-in commands.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Documentation/perf_counter/Makefile')
-rw-r--r-- | Documentation/perf_counter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/perf_counter/Makefile b/Documentation/perf_counter/Makefile index 1b6026555547..fb8b71744e59 100644 --- a/Documentation/perf_counter/Makefile +++ b/Documentation/perf_counter/Makefile | |||
@@ -309,6 +309,7 @@ LIB_OBJS += usage.o | |||
309 | LIB_OBJS += wrapper.o | 309 | LIB_OBJS += wrapper.o |
310 | 310 | ||
311 | BUILTIN_OBJS += builtin-help.o | 311 | BUILTIN_OBJS += builtin-help.o |
312 | BUILTIN_OBJS += builtin-stat.o | ||
312 | BUILTIN_OBJS += builtin-top.o | 313 | BUILTIN_OBJS += builtin-top.o |
313 | 314 | ||
314 | PERFLIBS = $(LIB_FILE) | 315 | PERFLIBS = $(LIB_FILE) |