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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to