]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
FSL: Clean up board/freescale/common/Makefile
authorJon Loeliger <jdl@freescale.com>
Wed, 19 Mar 2008 20:02:07 +0000 (15:02 -0500)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Wed, 26 Mar 2008 16:43:04 +0000 (11:43 -0500)
commit25eedb2c1958a13110c7de1fc809b624053cc69c
treea1548c4de9a5c5bd50320ec8731a7a174b69149e
parenta5af4b358a7caa9c0aa374d4d894bf762ec37669
FSL: Clean up board/freescale/common/Makefile

Each file that can be built here now follows some
CONFIG_ option so that they are appropriately built
or not, as needed.  And CONFIG_ defines were added
to various board config files to make sure that happens.

The other board/freescale/*/Makefiles no longer need
to reach up and over into ../common to build their
individually needed files any more.

Boards that are CDS specific were renamed with cds_ prefix.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
12 files changed:
board/freescale/common/Makefile
board/freescale/common/cds_eeprom.c [moved from board/freescale/common/eeprom.c with 100% similarity]
board/freescale/common/cds_pci_ft.c [moved from board/freescale/common/ft_board.c with 100% similarity]
board/freescale/common/cds_via.c [moved from board/freescale/common/via.c with 100% similarity]
board/freescale/mpc8541cds/Makefile
board/freescale/mpc8548cds/Makefile
board/freescale/mpc8555cds/Makefile
board/freescale/mpc8568mds/Makefile
board/freescale/mpc8610hpcd/Makefile
include/configs/MPC8541CDS.h
include/configs/MPC8548CDS.h
include/configs/MPC8555CDS.h