
This series splits up the big COBJS values in the Makefiles into one line per file, and then groups them logically. This change is to prepare for conditional compilation at the Makefile level and to make it easier to handle Makefile merge conflicts
Wolfgang; this is the series that I'm keen to get merged *before* anything else goes into the next merge window. The changes are safe; they don't change any behaviour. They just reorganizes stuff. However, if any other changes are made to common/Makefile or drivers/Makefile before this series is applied, then it will almost definitely cause a conflict which will be painful to resolve.
I've also pushed these changes to the kconfig-for-1.3.1 branch on my git tree as shown below.
Cheers, g.
The following changes since commit 1b4aaffe4fb2a5e95d9111a5d94fd1f89215dce4: Grant Likely (1): Add .gitignore files
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc5xxx.git kconfig-for-1.3.1
Grant Likely (7): Build: split COBJS value into multiple lines Group network drivers in drivers/Makefile Group console drivers in drivers/Makefile Group i2c drivers in drivers/Makefile Group USB drivers in drivers/Makefile Group block/flash drivers in drivers/Makefile Group PCI and PCMCIA drivers in drivers/Makefile
common/Makefile | 123 +++++++++++++++++++++++++++++++-------- disk/Makefile | 7 ++- drivers/Makefile | 142 +++++++++++++++++++++++++++++++++++++--------- drivers/nand/Makefile | 10 +++- drivers/sk98lin/Makefile | 26 +++++++-- dtt/Makefile | 7 ++- fs/jffs2/Makefile | 12 +++- lib_generic/Makefile | 21 +++++-- libfdt/Makefile | 4 +- net/Makefile | 11 +++- rtc/Makefile | 30 ++++++++-- 11 files changed, 313 insertions(+), 80 deletions(-)
-- Grant Likely, B.Sc. P.Eng. Secret Lab Technologies Ltd.