Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932820AbZKEAbq (ORCPT ); Wed, 4 Nov 2009 19:31:46 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932745AbZKEAbo (ORCPT ); Wed, 4 Nov 2009 19:31:44 -0500 Received: from ns.dcl.info.waseda.ac.jp ([133.9.216.194]:50499 "EHLO ns.dcl.info.waseda.ac.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932479AbZKEAbn (ORCPT ); Wed, 4 Nov 2009 19:31:43 -0500 From: Hitoshi Mitake To: mingo@elte.hu, linux-kernel@vger.kernel.org Cc: Hitoshi Mitake , Rusty Russell , Thomas Gleixner , Peter Zijlstra , Mike Galbraith , Arnaldo Carvalho de Melo , fweisbec@gmail.com, Jiri Kosina Subject: [PATCH v5 7/7] Modyfing Makefile to build subcommand 'bench' Date: Thu, 5 Nov 2009 09:31:37 +0900 Message-Id: <1257381097-4743-8-git-send-email-mitake@dcl.info.waseda.ac.jp> X-Mailer: git-send-email 1.6.5.2 In-Reply-To: <1257381097-4743-7-git-send-email-mitake@dcl.info.waseda.ac.jp> References: <1257381097-4743-1-git-send-email-mitake@dcl.info.waseda.ac.jp> <1257381097-4743-2-git-send-email-mitake@dcl.info.waseda.ac.jp> <1257381097-4743-3-git-send-email-mitake@dcl.info.waseda.ac.jp> <1257381097-4743-4-git-send-email-mitake@dcl.info.waseda.ac.jp> <1257381097-4743-5-git-send-email-mitake@dcl.info.waseda.ac.jp> <1257381097-4743-6-git-send-email-mitake@dcl.info.waseda.ac.jp> <1257381097-4743-7-git-send-email-mitake@dcl.info.waseda.ac.jp> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1100 Lines: 36 This patch modifies Makefile for new files related to 'bench' subcommand. Signed-off-by: Hitoshi Mitake Cc: Rusty Russell Cc: Thomas Gleixner Cc: Peter Zijlstra Cc: Mike Galbraith --- tools/perf/Makefile | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/tools/perf/Makefile b/tools/perf/Makefile index a130134..17f8e9d 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile @@ -427,6 +427,12 @@ BUILTIN_OBJS += builtin-timechart.o BUILTIN_OBJS += builtin-top.o BUILTIN_OBJS += builtin-trace.o BUILTIN_OBJS += builtin-probe.o +BUILTIN_OBJS += builtin-bench.o + +# Benchmark modules +BUILTIN_OBJS += bench/sched-messaging.o +BUILTIN_OBJS += bench/sched-pipe.o + PERFLIBS = $(LIB_FILE) -- 1.6.5.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/