From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S942199AbdAHOUk (ORCPT ); Sun, 8 Jan 2017 09:20:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60272 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S939139AbdAHOUO (ORCPT ); Sun, 8 Jan 2017 09:20:14 -0500 Date: Sun, 8 Jan 2017 15:20:11 +0100 From: Jiri Olsa To: Andi Kleen Cc: 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: <20170108142011.GD31186@krava> References: <20170103090029.17621-1-andi@firstfloor.org> <20170103090029.17621-2-andi@firstfloor.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170103090029.17621-2-andi@firstfloor.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Sun, 08 Jan 2017 14:20:14 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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) jirka