From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Mon, 26 Nov 2007 12:05:24 -0500 Subject: [U-Boot-Users] RFC: Makefile style question with testing? In-Reply-To: References: Message-ID: <474AFCD4.4010701@ge.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Grant Likely wrote: > On 11/26/07, Kumar Gala wrote: >> With Grant's work in testing I was wondering of the two options I have >> below which is preferred: >> >> option 1: duplicating CONFIG_OF_LIBFDT to maintain one line per source >> file >> option 2: put files that use same CONFIG_ on the same line > > option 2 happens to be my preference as long as the lines don't get > too long or unreadable; but I don't think it's a big deal either way. > > g. Ditto. gvb