From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753404AbbDBP14 (ORCPT ); Thu, 2 Apr 2015 11:27:56 -0400 Received: from cantor2.suse.de ([195.135.220.15]:60657 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752597AbbDBP1x (ORCPT ); Thu, 2 Apr 2015 11:27:53 -0400 Message-ID: <551D5FF5.7070503@suse.cz> Date: Thu, 02 Apr 2015 17:27:49 +0200 From: Michal Marek User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Masahiro Yamada , linux-kbuild@vger.kernel.org CC: linux-mips@linux-mips.org, Tony Luck , x86@kernel.org, linux-ia64@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net, Jeff Dike , "H. Peter Anvin" , linux-kernel@vger.kernel.org, Thomas Gleixner , Russell King , Richard Weinberger , user-mode-linux-user@lists.sourceforge.net, Ingo Molnar , Fenghua Yu , Ralf Baechle , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 0/4] kbuild: refactor Makefile inclusion References: <1427456618-23830-1-git-send-email-yamada.masahiro@socionext.com> In-Reply-To: <1427456618-23830-1-git-send-email-yamada.masahiro@socionext.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2015-03-27 12:43, Masahiro Yamada wrote: > Masahiro Yamada (4): > kbuild: use relative path to include Makefile > kbuild: use relative path more to include Makefile > kbuild: include $(src)/Makefile rather than $(obj)/Makefile > kbuild: ia64: use $(src)/Makefile.gate rather than particular path Applied to kbuild.git#kbuild. Michal