aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHitoshi Mitake <[email protected]>2009-11-05 09:31:37 +0900
committerIngo Molnar <[email protected]>2009-11-08 10:19:20 +0100
commitbfde82ef51e3ea6ab8634d0fdbf5adcdd1b429cb (patch)
tree35215f87c0cdefce1190be2133780bf00f1b1f3b
parentdcba8848d3bc83ec9ee0858b9ae6e4f1c1fa7fa3 (diff)
perf bench: Add subcommand 'bench' to the Makefile
This patch modifies Makefile for new files related to 'bench' subcommand. The new code is active from this point on. Signed-off-by: Hitoshi Mitake <[email protected]> Cc: Rusty Russell <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Mike Galbraith <[email protected]> Cc: Arnaldo Carvalho de Melo <[email protected]> Cc: [email protected] Cc: Jiri Kosina <[email protected]> LKML-Reference: <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r--tools/perf/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile
index 542b29e2e382..0a2542844a62 100644
--- a/tools/perf/Makefile
+++ b/tools/perf/Makefile
@@ -416,6 +416,13 @@ LIB_OBJS += util/hist.o
LIB_OBJS += util/data_map.o
BUILTIN_OBJS += builtin-annotate.o
+
+BUILTIN_OBJS += builtin-bench.o
+
+# Benchmark modules
+BUILTIN_OBJS += bench/sched-messaging.o
+BUILTIN_OBJS += bench/sched-pipe.o
+
BUILTIN_OBJS += builtin-help.o
BUILTIN_OBJS += builtin-sched.o
BUILTIN_OBJS += builtin-list.o