From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH] UAPI: Remove empty Kbuild files Date: Tue, 26 Mar 2013 22:54:19 +0000 Message-ID: <32381.1364338459@warthog.procyon.org.uk> 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> Return-path: In-Reply-To: <51521769.7010707@suse.cz> Sender: linux-kernel-owner@vger.kernel.org To: Michal Marek Cc: dhowells@redhat.com, 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 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. David From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:22519 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756499Ab3CZWzI (ORCPT ); Tue, 26 Mar 2013 18:55:08 -0400 From: David Howells In-Reply-To: <51521769.7010707@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> Subject: Re: [PATCH] UAPI: Remove empty Kbuild files Date: Tue, 26 Mar 2013 22:54:19 +0000 Message-ID: <32381.1364338459@warthog.procyon.org.uk> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Michal Marek Cc: dhowells@redhat.com, Andrew Morton , torvalds@linux-foundation.org, arnd@arndb.de, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Message-ID: <20130326225419.7jLMuxzABzLxkK-JoHH9jIqssLG1huGnirrGPrlavsE@z> 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. David