[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150108144436.GD16094@krava.brq.redhat.com>
Date: Thu, 8 Jan 2015 15:44:36 +0100
From: Jiri Olsa <jolsa@...hat.com>
To: Namhyung Kim <namhyung@...nel.org>
Cc: Jiri Olsa <jolsa@...nel.org>, linux-kernel@...r.kernel.org,
Alexis Berlemont <alexis.berlemont@...il.com>,
Arnaldo Carvalho de Melo <acme@...hat.com>,
Borislav Petkov <bp@...en8.de>,
Corey Ashford <cjashfor@...ux.vnet.ibm.com>,
David Ahern <dsahern@...il.com>,
Frederic Weisbecker <fweisbec@...il.com>,
Ingo Molnar <mingo@...nel.org>,
Paul Mackerras <paulus@...ba.org>,
Peter Zijlstra <peterz@...radead.org>,
Stephane Eranian <eranian@...gle.com>
Subject: Re: [PATCH 29/30] perf tools: Add support to configure builtin
commands inclusion
On Thu, Jan 08, 2015 at 04:15:27PM +0900, Namhyung Kim wrote:
SNIP
> > +perf-$(CONFIG_BUILTIN_KVM) += builtin-kvm.o
> > +perf-$(CONFIG_BUILTIN_INJECT) += builtin-inject.o
> > +perf-$(CONFIG_BUILTIN_MEM) += builtin-mem.o
> > +
> > +ifeq ($(CONFIG_AUDIT),y)
> > +perf-$(CONFIG_BUILTIN_TRACE) += builtin-trace.o
> > +endif
> > +
> > +ifeq ($(CONFIG_LIBELF),y)
> > +perf-$(CONFIG_BUILTIN_PROBE) += builtin-probe.o
> > +endif
> >
> > perf-y += bench/
>
> I guess it also needs to be changed like below?
>
> perf-$(CONFIG_BUILTIN_BENCH) += bench/
>
right, thanks
jirka
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists