From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Samuelsson Date: Mon, 26 May 2008 07:12:31 +0200 Subject: [U-Boot-Users] [PATCH 18/18] avr32: Compileatmel_mci.oconditionally References: Message-ID: <003401c8bf1d$0cdce8a0$040514ac@atmel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Haavard Skinnemoen wrote: > >> Remove #ifdef CONFIG_MMC from the source file and use conditional >> compilation in the Makefile instead. > > What's wrong with the current code? Why are you doing this? > It is more efficient to avoid starting the C compiler instead of compiling an empty file. Best Regards Ulf Samuelsson