From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from pfepb.post.tele.dk ([195.41.46.236]:41477 "EHLO pfepb.post.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750896AbZDSXmz (ORCPT ); Sun, 19 Apr 2009 19:42:55 -0400 Date: Mon, 20 Apr 2009 01:45:01 +0200 From: Sam Ravnborg Subject: Re: [GIT] kbuild Message-ID: <20090419234501.GA6475@uranus.ravnborg.org> References: <20090419092555.GA19213@uranus.ravnborg.org> <20090419223959.GB12054@linux-sh.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090419223959.GB12054@linux-sh.org> Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Paul Mundt , Linus Torvalds , linux-kbuild , LKML , Andrew Morton , Russell King , Ingo Molnar , "H. Peter Anvin" , Thomas Gleixner , Al Viro On Mon, Apr 20, 2009 at 07:39:59AM +0900, Paul Mundt wrote: > On Sun, Apr 19, 2009 at 11:25:55AM +0200, Sam Ravnborg wrote: > > We have on the lists recently discussed two features: > > 1) Move generated files to include/generated > > 2) Introduce support for subdir-ccflags-y > > > > Both features has low risk of introducing regressions > > and including them now allow us to use the features for next > > merge window. > > > > This will for example allow arm to support mach-types.h in > > include/generated without touching files outside arch/arm. > > > This applies to sh also, although apparently I've missed the discussion > about how mach-types.h generation should be using this. You will soon see a path from me where I fix sh too. Sam