diff options
author | Matthew McClintock <msm@freescale.com> | 2006-06-28 10:43:36 -0500 |
---|---|---|
committer | Matthew McClintock <msm@freescale.com> | 2006-06-28 10:43:36 -0500 |
commit | 40d5fa35d02df22580593bf0039ab173367e8ef0 (patch) | |
tree | 6e9e24f6ee9d1088b10d4c92bde5e1944db83191 /board/cds/mpc8555cds/Makefile | |
parent | be7e8b0cb5a0c49dc180075b96df296a893bf146 (diff) | |
download | u-boot-imx-40d5fa35d02df22580593bf0039ab173367e8ef0.zip u-boot-imx-40d5fa35d02df22580593bf0039ab173367e8ef0.tar.gz u-boot-imx-40d5fa35d02df22580593bf0039ab173367e8ef0.tar.bz2 |
* Add Flat Dev Tree construction for MPC85xx ADS and CDS boards
Patch by Jon Loeliger 17-Jan-2006
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'board/cds/mpc8555cds/Makefile')
-rw-r--r-- | board/cds/mpc8555cds/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/cds/mpc8555cds/Makefile b/board/cds/mpc8555cds/Makefile index 0d4abbd..aea6136 100644 --- a/board/cds/mpc8555cds/Makefile +++ b/board/cds/mpc8555cds/Makefile @@ -28,7 +28,8 @@ LIB = lib$(BOARD).a OBJS := $(BOARD).o \ ../common/cadmus.o \ - ../common/eeprom.o + ../common/eeprom.o \ + ../common/ft_board.o SOBJS := init.o |