From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shinya Kuribayashi Date: Sat, 11 Jul 2009 09:03:58 +0900 Subject: [U-Boot] [PATCH v2 0/6] Clean up top-level directory structure In-Reply-To: <1247241800-29059-1-git-send-email-ptyser@xes-inc.com> References: <1247241800-29059-1-git-send-email-ptyser@xes-inc.com> Message-ID: <4A57D6EE.1020601@pobox.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, Peter Tyser wrote: > This series moves api_examples to api/examples and moves all > lib* directories into a common lib/ directory. It also > moves the _config.mk files into their corresponding > lib directory. > > Seeing 12 lib_ directories and 12 _config.mk > files in U-Boot's top level always annoyed me, Me, too. Before verifying MIPS builds, I'd like to make sure that why you take lib/$(ARCH)/ alternative, not $(ARCH)/lib/. If there were any discussion on #IRC, is there any chance we could share the summary or decision to follow? Please note that I agree with such cleanup, of course. I just would like to make sure that lib/$(ARCH)/ is an authorized policy or not. If authorized one, I'm fine. Thanks in advance,