From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Marek Subject: Re: [PATCH] UAPI: Remove empty Kbuild files Date: Wed, 27 Mar 2013 00:29:38 +0100 Message-ID: <51522F62.4030108@suse.cz> References: <51521769.7010707@suse.cz> <20130326140520.3100447ee78322d52e6be7af@linux-foundation.org> <20130326131828.209aff73e38d3273d078bb2e@linux-foundation.org> <20130326174853.10144.36253.stgit@warthog.procyon.org.uk> <29647.1364331583@warthog.procyon.org.uk> <30061.1364333234@warthog.procyon.org.uk> <32381.1364338459@warthog.procyon.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <32381.1364338459@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org To: David Howells Cc: Andrew Morton , torvalds@linux-foundation.org, arnd@arndb.de, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-arch.vger.kernel.org On 26.3.2013 23:54, David Howells wrote: > Michal Marek wrote: > >>> I want to know whether I should extend my patch to remove include/Kbuild and >>> any refs to it. >> >> make headers_install starts at include/uapi, so include/Kbuild is not >> needed. And new exported headers end up in inclde/uapi, so there will >> probably not be need for include/Kbuild in the future either. IMO, just >> remove it. > > That's not all Kbuild does. It also handles autogenerated headers. That's true. But include/generated is handled by the main Makefile directly as well. Michal From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:50002 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755882Ab3CZX3n (ORCPT ); Tue, 26 Mar 2013 19:29:43 -0400 Message-ID: <51522F62.4030108@suse.cz> Date: Wed, 27 Mar 2013 00:29:38 +0100 From: Michal Marek MIME-Version: 1.0 Subject: Re: [PATCH] UAPI: Remove empty Kbuild files References: <51521769.7010707@suse.cz> <20130326140520.3100447ee78322d52e6be7af@linux-foundation.org> <20130326131828.209aff73e38d3273d078bb2e@linux-foundation.org> <20130326174853.10144.36253.stgit@warthog.procyon.org.uk> <29647.1364331583@warthog.procyon.org.uk> <30061.1364333234@warthog.procyon.org.uk> <32381.1364338459@warthog.procyon.org.uk> In-Reply-To: <32381.1364338459@warthog.procyon.org.uk> Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Sender: linux-arch-owner@vger.kernel.org List-ID: To: David Howells Cc: Andrew Morton , torvalds@linux-foundation.org, arnd@arndb.de, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Message-ID: <20130326232938.O3yJU-qt8kdsGxg7ZLwyFEwPVdkDVTUo967GX27u9vs@z> On 26.3.2013 23:54, David Howells wrote: > Michal Marek wrote: > >>> I want to know whether I should extend my patch to remove include/Kbuild and >>> any refs to it. >> >> make headers_install starts at include/uapi, so include/Kbuild is not >> needed. And new exported headers end up in inclde/uapi, so there will >> probably not be need for include/Kbuild in the future either. IMO, just >> remove it. > > That's not all Kbuild does. It also handles autogenerated headers. That's true. But include/generated is handled by the main Makefile directly as well. Michal