From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751564AbbAVLdh (ORCPT ); Thu, 22 Jan 2015 06:33:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42089 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750799AbbAVLdf (ORCPT ); Thu, 22 Jan 2015 06:33:35 -0500 Date: Thu, 22 Jan 2015 12:32:47 +0100 From: Jiri Olsa To: David Ahern Cc: Jiri Olsa , linux-kernel@vger.kernel.org, Alexis Berlemont , Arnaldo Carvalho de Melo , Borislav Petkov , Corey Ashford , Frederic Weisbecker , Ingo Molnar , Namhyung Kim , Paul Mackerras , Peter Zijlstra , Stephane Eranian Subject: Re: [PATCH 20/36] perf build: Add arch x86 objects building Message-ID: <20150122113247.GA1625@krava.brq.redhat.com> References: <1421771973-6022-1-git-send-email-jolsa@kernel.org> <1421771973-6022-21-git-send-email-jolsa@kernel.org> <54C0177C.3060703@gmail.com> <20150121213157.GH6835@krava.brq.redhat.com> <54C01E14.8020906@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54C01E14.8020906@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 21, 2015 at 02:45:56PM -0700, David Ahern wrote: > On 1/21/15 2:31 PM, Jiri Olsa wrote: > >the thing is that in arch/Build we now do: > > > >+libperf-y += $(ARCH)/ > > > >which would make the build to fail on other architectures, > >because the build framework requires 'Build' file in > >nested directories.. and this patch adds it only for x86 > > ok. perhaps add that to the commit message. right, will do thanks, jirka