From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941183AbdAJA4t (ORCPT ); Mon, 9 Jan 2017 19:56:49 -0500 Received: from one.firstfloor.org ([193.170.194.197]:35841 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934131AbdAJA4s (ORCPT ); Mon, 9 Jan 2017 19:56:48 -0500 Date: Mon, 9 Jan 2017 16:56:44 -0800 From: Andi Kleen To: Jiri Olsa Cc: Andi Kleen , acme@kernel.org, jolsa@kernel.org, mingo@kernel.org, linux-kernel@vger.kernel.org, Andi Kleen Subject: Re: [PATCH 1/4] perf, tools: Add probing for xed Message-ID: <20170110005644.GB26852@two.firstfloor.org> References: <20170103090029.17621-1-andi@firstfloor.org> <20170103090029.17621-2-andi@firstfloor.org> <20170108142011.GD31186@krava> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170108142011.GD31186@krava> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jan 08, 2017 at 03:20:11PM +0100, Jiri Olsa wrote: > On Tue, Jan 03, 2017 at 01:00:26AM -0800, Andi Kleen wrote: > > SNIP > > > diff --git a/tools/perf/Makefile.config b/tools/perf/Makefile.config > > index 76c84f0eec52..41cc34ce81f8 100644 > > --- a/tools/perf/Makefile.config > > +++ b/tools/perf/Makefile.config > > @@ -682,6 +682,11 @@ ifndef NO_ZLIB > > endif > > endif > > > > +ifeq ($(feature-xed), 1) > > + EXTLIBS += -lxed > > + $(call detected,CONFIG_XED) > > +endif > > so when this is installed through sources it will end up > installed in some separated location, please add some > directories setup we use for babletrace (LIBBABELTRACE_DIR) xed was fixed to support installation in /usr/local (mfile prefix=/usr/local install But will add it -Andi