From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from conuserg010.nifty.com ([202.248.44.36]:33154 "EHLO conuserg010-v.nifty.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752986AbbC0Lqq (ORCPT ); Fri, 27 Mar 2015 07:46:46 -0400 From: Masahiro Yamada Subject: [PATCH 0/4] kbuild: refactor Makefile inclusion Date: Fri, 27 Mar 2015 20:43:34 +0900 Message-Id: <1427456618-23830-1-git-send-email-yamada.masahiro@socionext.com> Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: linux-kbuild@vger.kernel.org Cc: Masahiro Yamada , 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 , Michal Marek , user-mode-linux-user@lists.sourceforge.net, Ingo Molnar , Fenghua Yu , Ralf Baechle , linux-arm-kernel@lists.infradead.org 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 Makefile | 22 ++++++++++------------ arch/arm/boot/Makefile | 2 +- arch/ia64/kernel/Makefile | 2 +- arch/mips/Makefile | 2 +- arch/um/Makefile | 6 +++--- arch/x86/Makefile | 2 +- arch/x86/Makefile.um | 2 +- scripts/Makefile.dtbinst | 2 +- scripts/Makefile.fwinst | 2 +- 9 files changed, 20 insertions(+), 22 deletions(-) -- 1.9.1