From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Wegner Date: Thu, 4 Jun 2009 17:06:01 +0200 Subject: [U-Boot] [mcf532x] dependency of start.S not correct Message-ID: <20090604150601.GI3353@leila.ping.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, sorry I can not provide a solution, but when trying to migrate my board to newer U-Boot I realised that the dependency calculation is not correct for cpu/mcf532x/start.S start.S references several CONFIG_SYS_ macros and thus should be re-compiled when the board configuration header file changes (like all the .c files in this directory are), but is not. I have to admit I do not really understand how dependencies are calculated in U-Boot build system, so forgive me that this is merely a bug report than a patch. Regards, Wolfgag