From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752611Ab3CZVrw (ORCPT ); Tue, 26 Mar 2013 17:47:52 -0400 Received: from cantor2.suse.de ([195.135.220.15]:46488 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751174Ab3CZVrv (ORCPT ); Tue, 26 Mar 2013 17:47:51 -0400 Message-ID: <51521769.7010707@suse.cz> Date: Tue, 26 Mar 2013 22:47:21 +0100 From: Michal Marek User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130105 Thunderbird/17.0.2 MIME-Version: 1.0 To: David Howells Cc: Andrew Morton , torvalds@linux-foundation.org, arnd@arndb.de, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] UAPI: Remove empty Kbuild files References: <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> In-Reply-To: <30061.1364333234@warthog.procyon.org.uk> Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 26.3.2013 22:27, David Howells wrote: > Andrew Morton wrote: > >> Obviously, I thought you were referring to build-time operations. > > 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. Michal