]> git.ipfire.org Git - people/ms/u-boot.git/commit
FSL: Convert board/freescale/common/Makefile to use CONFIG_
authorJon Loeliger <jdl@freescale.com>
Tue, 15 Jan 2008 19:42:41 +0000 (13:42 -0600)
committerJon Loeliger <jdl@freescale.com>
Wed, 16 Jan 2008 18:05:05 +0000 (12:05 -0600)
commitad8f8687b78c3e917b173f038926695383c55555
tree06444e1c48b7b404a23fb337b75584e0274c5c47
parent7c2221eb230372a9e537c4f6636b147b0909325f
FSL: Convert board/freescale/common/Makefile to use CONFIG_

Convert the board/freescale/common/Makefile to use
CONFIG_* options to select which files to conditionally
compile into the board/freescale/common library rather
than conditionally compiling entire files.

Now handles::
    CONFIG_FSL_PIXIS
    CONFIG_FSL_DIU_FB
    CONFIG_PQ_MDS_PIB

CONFIG_ID_EEPROM is introduced until CFG_ID_EEPROM is gone.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
board/freescale/common/Makefile
board/freescale/common/fsl_diu_fb.c
board/freescale/common/pixis.c
board/freescale/common/pq-mds-pib.c
board/freescale/common/sys_eeprom.c
board/freescale/mpc8610hpcd/Makefile
include/configs/MPC8610HPCD.h
include/configs/MPC8641HPCN.h