From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kim Phillips Date: Tue, 25 Sep 2007 14:39:01 -0500 Subject: [U-Boot-Users] [PATCH 0/9] First wave of config changes In-Reply-To: <20070925182023.18532.93655.stgit@trillian.cg.shawcable.net> References: <20070925182023.18532.93655.stgit@trillian.cg.shawcable.net> Message-ID: <20070925143901.cff08c8a.kim.phillips@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 On Tue, 25 Sep 2007 12:26:29 -0600 Grant Likely wrote: > Here's my first set of config changes. It allows the Makefiles to > conditionally compile *.o files based on the board configuration. the makefile grouping patches are just begging to have their drivers moved into their own subdirs (e.g. drivers/net, drivers/block, etc.). > Only CONFIG_* macros may be used in the build system. Future patches > will rename many of the CFG_ macros to something prefixed with CONFIG_ just to be clear - these CFG_ rename patches will go in 1.3.1? Kim