commit | 7c4a800e689d94990da78cc6c66672bf985fe6ba | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Tue Oct 27 15:57:24 2009 +0100 |
committer | Stefan Roese <sr@denx.de> | Mon Nov 02 16:29:03 2009 +0100 |
tree | 81fff0096f470fb4c5b1173ae58a9876ee63e354 | |
parent | 1d12cd3798da6aecf70a3b09af555861f696c539 [diff] |
ppc4xx: Fix problems in some ppc4xx board Makefiles Some 4xx Makefiles didn't add $(SOBJ) to their board library. This was no till now problem, since those boards included this object (init.o most of the time) directly from their linker scripts. This patch clean this up, so that all objects are now collected in the board library. This is in preparation for the upcoming PPC4xx linker script consolidation. Signed-off-by: Stefan Roese <sr@denx.de>