From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 07 Dec 2009 15:42:08 -0600 Subject: [U-Boot] [PATCH v2 2/6] Move lib_ directories to lib/ In-Reply-To: <20091207213211.8EA773F6CC@gemini.denx.de> References: <1247241800-29059-1-git-send-email-ptyser@xes-inc.com> <1247241800-29059-3-git-send-email-ptyser@xes-inc.com> <20091122205443.679E1E34A27@gemini.denx.de> <1258943983.9357.20.camel@ptyser-laptop> <20091207213211.8EA773F6CC@gemini.denx.de> Message-ID: <4B1D76B0.1040900@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > Dear Peter Tyser, > > In message <1258943983.9357.20.camel@ptyser-laptop> you wrote: >> My personal preference would be to take it a step further and organize >> like: >> >> /arch/$ARCH/ >> /lib/ >> /include/asm/ >> /cpu/ >> /config.mk (old lib_$ARCH/config.mk) >> >> /lib/ >> / >> /libfdt/ >> /lzma/ >> /lzo/ >> >> This layout would more closely match the Linux layout and is cleaner >> overall in my opinion. What do others think of this idea? > > I generally agree with the idea, with the exception of > /include/asm/ - I really hate this change in the Linux > kernel, and still fail to see any advantages of this. I really like only having one subtree to grep for arch stuff, and it would avoid presenting files that are in git, under a path that git doesn't know about. Plus, the symlink is one less thing that the makefiles would need to keep in sync when arch changes. -Scott