Re: [PATCH 1/5] perf, tools: Add probing for xed

From: Jiri Olsa
Date: Thu Jan 12 2017 - 03:53:01 EST


On Wed, Jan 11, 2017 at 02:17:56PM -0800, Andi Kleen wrote:
> > > diff --git a/tools/build/Makefile.feature b/tools/build/Makefile.feature
> > > index e3fb5ecbdcb6..971a9ef87ca6 100644
> > > --- a/tools/build/Makefile.feature
> > > +++ b/tools/build/Makefile.feature
> > > @@ -63,7 +63,7 @@ FEATURE_TESTS_BASIC := \
> > > lzma \
> > > get_cpuid \
> > > bpf \
> > > - sdt
> > > + sdt \
> >
> > looks like you forgot to add xed in here? why the '\' ?
>
> I removed it, but incompletely.
>
> > anyway, please add it in here so it's visible under make VF=1
>
> If I add it here then it is shown by default (even without VF=1).
> Arnaldo requested earlier that it shouldn't be shown.

if you put it to FEATURE_TESTS_BASIC then it's displayed only for VF=1

FEATURE_DISPLAY is the one that's displayed by default

jirka