Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752268AbbLQFLV (ORCPT ); Thu, 17 Dec 2015 00:11:21 -0500 Received: from e28smtp02.in.ibm.com ([125.16.236.2]:40668 "EHLO e28smtp02.in.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751145AbbLQFLU (ORCPT ); Thu, 17 Dec 2015 00:11:20 -0500 X-IBM-Helo: d28dlp01.in.ibm.com X-IBM-MailFrom: naveen.n.rao@linux.vnet.ibm.com X-IBM-RcptTo: linux-kernel@vger.kernel.org Date: Thu, 17 Dec 2015 10:40:28 +0530 From: "Naveen N. Rao" To: Wang Nan Cc: acme@kernel.org, jolsa@redhat.com, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, sukadev@linux.vnet.ibm.com Subject: Re: [RESEND PATCH v4 2/3] tools: Move Makefile.arch from perf/config to tools/scripts Message-ID: <20151217051028.GC21524@naverao1-tp.ibm.com> References: <1450316632-152513-1-git-send-email-wangnan0@huawei.com> <1450316632-152513-3-git-send-email-wangnan0@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1450316632-152513-3-git-send-email-wangnan0@huawei.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15121705-0005-0000-0000-0000095E3699 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1288 Lines: 31 On 2015/12/17 01:43AM, Wang Nan wrote: > After this patch other directories can use this architecture detector > without directly including it from perf's directory. Libbpf would > utilize it to get proper $(ARCH) so it can receive correct uapi include > directory. > > Signed-off-by: Wang Nan > Acked-by: Jiri Olsa > Tested-by: Naveen N. Rao > Cc: Arnaldo Carvalho de Melo > Cc: Naveen N. Rao > Cc: Sukadev Bhattiprolu > --- > tools/perf/config/Makefile | 2 +- > tools/perf/config/Makefile.arch | 18 ------------------ > tools/perf/tests/make | 2 +- > tools/scripts/Makefile.arch | 18 ++++++++++++++++++ > 4 files changed, 20 insertions(+), 20 deletions(-) > delete mode 100644 tools/perf/config/Makefile.arch > create mode 100644 tools/scripts/Makefile.arch ^^^^^^ This is different from your previous version. This should be a file rename. - Naveen -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/